Skip to content

Commit

Permalink
change readme Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tiansin committed Apr 13, 2019
1 parent 5e6b0a0 commit ed83e55
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# vscode-laravel-assist README

Laravel Assistant IntelliSense Extension.

## Installation

1. Install Visual Studio Code 1.30 or higher
2. Launch Code
3. From the command palette `Ctrl`-`Shift`-`P` (Windows, Linux) or `Cmd`-`Shift`-`P` (OSX)
4. Select `Install Extension`
5. Type `Laravel Assist` and press enter
6. Reload Visual Studio Code

## Features

### Route and Mix and Config and Lang and View autocomplete.

![tutorial1](https://raw.githubusercontent.com/tiansin/vscode-laravel-assist/master/assets/images/tutorial1.gif)


### Blabe template function autocomplete

![tutorial2](https://raw.githubusercontent.com/tiansin/vscode-laravel-assist/master/assets/images/tutorial2.gif)


### Controller Goto Definition.

![tutorial3](https://raw.githubusercontent.com/tiansin/vscode-laravel-assist/master/assets/images/tutorial3.gif)


0 comments on commit ed83e55

Please sign in to comment.