rtCamp / wpveda-book

We now have our own training module which has all the lessons that covers the core topics on WordPress and the various steps involved in WordPress development. Check it out
https://learn.rtcamp.com/
MIT License
25 stars 70 forks source link

Add page for Visual Studio Code editor #99

Closed chandrapatel closed 5 years ago

chandrapatel commented 5 years ago

Close #91

kirtangajjar commented 5 years ago

@chandrapatel You can add https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare to the list.

Regarding autocomplete, Although the given one worked, for me they were getting laggy so I preffered crane intellisense - https://marketplace.visualstudio.com/items?itemName=HvyIndustries.crane which I found was faster than them.

chandrapatel commented 5 years ago

Although the given one worked, for me they were getting laggy

@kirtangajjar You may need to add "editor.quickSuggestionsDelay": 0 settings to get suggestion without any delay.

chandrapatel commented 5 years ago

@kirtangajjar I've added VS Live Share in extension list.