amir9480 / vscode-laravel-extra-intellisense

This extension adds extra autocompletion for laravel projects to VSCode.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.laravel-extra-intellisense
MIT License
3.44k stars 54 forks source link

Development Guide for contribution #38

Closed Wulfheart closed 3 years ago

Wulfheart commented 3 years ago

I’d like to contribute some features but I am unsure what is the best way to setup my VSCode for local development. Any instructions?

amir9480 commented 3 years ago

@Wulfheart Hi there,

Clone the repository. Install development dependencies using npm. (npm i) Open the project folder in vscode Run npm run watch command and press F5 to launch the development environment.