A collection of extensions for working with Front-end Applications in VS Code
These are some of my favorite extensions to make front-end application development easier and fun.
Extensions Included
Auto Rename Tag - Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
Prettier - Never worry about formatting your code ever again, keep everything consistent with ease. My suggestion is to add "editor.tabCompletion": true, "editor.formatOnSave": true, to your settings file in preferences.
Bookmarks - Adds a bookmark to places you designate in your file, and allows you to quickly jump between them. Super helpful. Type command + opt + K to create a bookmark and command + opt + J to jump between them 🔖
Jumpy - We lose a lot of time scanning with a mouse, time we can get back by using our keyboard instead. Jumpy provides fast cursor movement by giving you a couple of keys that offer a hook to get to another part of the document.
Project Manager - Easily switch between, and manage projects
Relative Path - Get relative url paths from files in the current workspace.
Sublime Babel - Sublime Text's babel-sublime grammar in VS Code.