Table of Contents
- Atom One Dark Theme
- GitHub Theme
- Auto Rename Tag
- Better Align
- DocBlocker
- Duplicate Action
- Git History
- Go to method
- Highlight Matching Tag
- HTML Boilerplate
- HTML Snippets
- Laravel Artisan
- Laravel Blade
- Markdown Preview Enhanced
- PHP Intelephense
- PHP IntelliSense
- Polacode
- Project Manager
- Remote SSH
- Sync Settings
- SFTP
- Snippet Creator
- Sublime Text Keymap and Settings Importer
- Wakatime
The following are the extensions I always install on VS Code, these are my preferred themes, snippets, and plugins.
Atom One Dark Theme
I've tried lots of themes but Atom One Dark is my go-to theme. It's got a great mix of colours to differentiate between elements.
GitHub Theme
GitHub theme is one of the best light themes I've come across.
Auto Rename Tag
Automatically rename paired HTML/XML tags, the same as Visual Studio IDE does.
Better Align
Align your code by colon(:), perfect for ensuring all your array keys line up perfectly.
DocBlocker
Easily add Doc Blocks to your methods.
Duplicate Action
Add the ability to duplicate selected folders and files.
Git History
With Git History you can visually see changes to files, perfect when you need to restore to an earlier commit, and want to ensure you have the right commit.
Go to method
The standard Go to Symbol in File... feature of VS Code can be noisy when you're only interested in functions. This extension adds a Go to Method in File... feature that allows you to focus only on the functions declared in the file.
Highlight Matching Tag
Visually see the starting and ending tags for a selected element, coming in handy when inside nested elements.
HTML Boilerplate
Handy for starting a new HMTL page, generate the starter code.
HTML Snippets
Easily autocomplete HTML snippets
Laravel Artisan
Run Laravel Artisan commands I love the route:list call. A time saver for larger projects.
Laravel Blade
Add Blade Syntax highlighting
Markdown Preview Enhanced
Prefix Markdown as you write it.
PHP Intelephense
PHP code intelligence for Visual Studio Code.
Intelephense is a high-performance PHP language server packed full of essential features for productive PHP development.
PHP IntelliSense
Advanced PHP IntelliSense for Visual Studio Code.
Polacode
Easy turn code into a shareable image.
Project Manager
Easily set up and switch between projects.
Remote SSH
Work on remote project over SSH
Sync Settings
Sync all your settings, keyboard shortcuts and extensions to Github to easily sync VS Code on other machines or as a backup!
SFTP
Very powerful, with smart features. Very simple, requires just three lines of config
Snippet Creator
This extension helps to automate snippet creation. Select the code you want to create snippet from and use command Create Snippet from the command palette or your custom keybind.
Sublime Text Keymap and Settings Importer
Moving from Sublime Text, then use this to importing all your settings and keymapping.
Wakatime
Wakatime is great for recording how long you spend writing code.