Microsoft have made some amazing contributions to the dev community, Visual Studio Code in particular. I recently made the switch to VSCodium but this doesn't stop me from using all the same extensions as before.
I'm going to share some extensions I use to make my experience more productive and helpful. Hopefully there will be something useful for you to add to you setup.
Project level extensions
Gistpad
...manage GitHub Gists entirely within the editor. You can open, create, delete, fork, star and clone gists, and then seamlessly begin editing files as if they were local...
I've gone through my fair share of third party apps to manage my gists, this is a welcome addition to vscode.
TODO Tree
This extension quickly searches (using ripgrep) your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the explorer pane. Clicking a TODO within the tree will open the file and put the cursor on the line containing the TODO.
This is really helpful when working in a team or on projects you pick and drop over time.
Gitlens
GitLens supercharges the Git capabilities built into Visual Studio Code. It helps you to visualize code authorship at a glance via Git blame annotations and code lens, seamlessly navigate and explore Git repositories, gain valuable insights via powerful comparison commands, and so much more.
Project Manager
...helps you to easily access your projects, no matter where they are located... You can define your own Favorite projects, or choose for auto-detect VSCode projects, Git, Mercurial and SVN repositories or any folder.
Code level extensions
Tech Debt Tracker
Inline debt ratings, the debt ratings tree, and the function metrics keep quality front of mind. Every function is analysed live & locally to help you write clean code and identify code that needs to be improved.
Tech Debt Tracker sends anonymous analytics back to the publisher, which you can turn off from settings if you need to.
What I particulary like about this extension is the inline debt rating at the top of your file.
Code Complexity
Computes complexity in TypeScript / JavaScript / Lua files. It's not a standard metric, but it is a close approximation of Cyclomatic complexity.
Just like the previous extension, this puts a handy inline notice at the top of the file.
Import Cost
This extension will display inline in the editor the size of the imported package. The extension utilizes webpack with babili-webpack-plugin in order to detect the imported size.
UI level enhancements
Bracket Pair Colorizer 2
This extension allows matching brackets to be identified with colours. The user can define which tokens to match, and which colours to use.
Indented Block Highlighting
Highlights the intented area that contains the cursor.
This might be a little overkill, but I like it combined with Bracket Pair Colorizer.
Indenticator
Visually highlights the current indent depth
Image Preview
This handy extension allows you to see image previews in the gutter or on hover.
There are plenty more extensions, but these are the ones I enjoy using. Hopefully there is something new here for you or you can suggest something, I'm always looking for ways to make my development experience better!
Top comments (14)
Wakatime.com . Probably not a purely extension, but it's a service which have Visual Studio Code extension. It's a services which track what project you spent on, what files in project you spent on and how many hour you spent β let say, for today β in front of your editor. It's a good tool for tracking productivity over time.
My gosh, gotta learn some structure and grammar. Sorry for my bad English.
Thanks for posting this @desenfirman ! Its the only extension mentioned on this page that I could immediately see the utility of!
Never apologise, it's all good!
I used wakatime once before, but ultimately it's not improving my productivity so I uninstalled it. Nice but useless metrics :)
Gistpad! ππ
I am here for the cover gif π
Never knew we can use gifs.
@0xdonut gitlens is an absolute must for anyone that uses git
Gistpad is nice addition to my extensions. Thank you
thx, i didn't know these extensions :D
Thank you for your post.
Thank you for your post. β€
Bookmarks is awesome too, you can toggle a bookmark on a line, and find it later when needed.
Great tools