Visual Studio (VS) Code Important & Useful Extension
Visual Studio Code or VS Code is very popular IDE for nowadays. VS code comes with basic features of development we can extend them by using Extension. This section will show some useful extension of vscode.
-
Code Spell checker
-
ESLint
-
LiveReload
-
Notepad++ keymap
-
VSCode Icons
-
For WordPress Development
-
WordPress Hooks IntelliSense
-
WordPress Snippets
-
Code Spell checker
A basic spell checker that works well with camelCase code. The goal of this spell checker is to help catch common spelling errors while keeping the number of false positives low.
-
URL : Code Spell Checker
ESLint
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code.
LiveReload
Reloads web pages when any file is created, removed or modified. Applies changes without reloading when any CSS or image changed. Step by Step Configure live reload tutorial.
Live Server
Launch a local development server with live reload feature for static & dynamic pages.
Notepad++ keymap
This extension ports popular Notepad++ keyboard shortcuts to Visual Studio Code.
VSCode Icons
Added lots of useful icons such as folder, php, html etc.
WordPress Hooks IntelliSense
This extension provides autocomplete for WordPress hooks, actions, and filters.
WordPress Snippets
The ultimate WordPress snippet collection for Visual Studio Code