Question for Visual Studio Users

sosyofun

Banned - Multiple Rules Violations
Joined
Jul 7, 2021
Messages
165
Reaction score
32
I'm using visual studio. I am a php and js developer. What are the add-ons you can recommend?
 
For php I`m using PHP Intelephense, PHP Tools, Composer, PHP Awesome Snippets, and Code Runner
For js try - ESlint and prettier
Also LiveServer for both
 
PHP Intelephense: fast and powerful autocompletion
PHP Debug: full-featured debugging
PHP Namespace Resolver: manage your use statements
PHP Sniffer: Automatically lints your PHP code
Prettier - Code Formatter
JavaScript (ES6) Code Snippets
Live Server: Provides a quick development live server
Bracket Pair Colorizer: matching brackets to be identified with colours
 
Github co pilot is a game changer, you really have to use it to understand.

Indent rainbow (makes it easier to see where indents start and stop)
Todo tree (lets you find "todo:" comments in your code easily)
Reload (adds a reload button for vscode)
Gitlens (if working in a team can see at the bottom of your screen who last worked on the code you're looking at line by line)
 
Back
Top