You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
513 B

2 years ago
# Extensions
This is the list of essential extensions that you should be running with VSCode
|Extension|Description|
|-----|-----|
|Prettier| adds capability to auto-format your code|
|Remote - SSH| better than FTP any day|
|Docker| adds syntax highlighting for your docker files|
|Apache Conf Snippets| adds syntax highlighting to your .htaccess files|
|Drupal Syntax Highlighting| adds syntax highting to .inc files|
|CodeTour| extension for commenting code|
|Live Server| adds a simple web server to vscode|