DEV Community

My VS Code Setup

Ansh Dhingra on December 24, 2020

VS Code is one of the best editors out there in the market. And not just for the sake that is launched by Microsoft, it has some really amazing fea...
Collapse
 
gulajavaministudio profile image
Gulajava Ministudio

Thank you for list in this article. There are another Extension that useful, such as

  • Gitlens
  • Git Graph
  • Path intellisense
  • CodeSnap

and for VS Code theme , you can try Mayukai Theme with good syntax highlighting and many color scheme inside it.

MayukaiTheme

Collapse
 
pritampatil profile image
Pritam Patil

Thanks for this article. Since long I had been meaning to write about my vscode setup. I have been using most of the extensions you mentioned here.

Adding to this list:

  • Bookmarks (alefragnani.bookmarks): Add bookmarks within a file to navigate easily.
  • Change case (wmaurer.change-case): Easily change case for you function names, variables etc.
  • Color Highlight (naumovs.color-highlight): Highlights colors in your style files
  • Peacock (johnpapa.vscode-peacock): If you have multiple vscode windows open, this helps distinguish between them
  • snippet-creator (nikitakunevich.snippet-creator): if you type a particular line/code over and over again, you can create a snippet out of it using this
  • Tabnine Autocomplete AI: as it says, brings AI power to your code. It learns your coding style and auto-suggests as you type on.
Collapse
 
malitov profile image
Pavlo Malitov

Tabnine is a must-have item :)

Collapse
 
tabnine profile image
Tabnine

Agreed :)

Collapse
 
robole profile image
Rob OLeary • Edited

The Auto rename tag, auto close tag and auto import extensions are not needed. There are settings in VS Code you can use. You can read my article for more information.

Collapse
 
hqjs profile image
hq

Live Server is deprecated, try HQ Live Server instead marketplace.visualstudio.com/items... it supports popular frameworks with no configuration required.

Collapse
 
meetmangukiya7 profile image
Meet Mangukiya

hey bro! what are you doing at university of waterloo master degree or bachelor degree?

Collapse
 
anshdhinhgra47 profile image
Ansh Dhingra

Hey! I am currently doing a bachelor's degree in CS

Collapse
 
tripol profile image
Ekanem

This is an awesome article. Thanks a lot, you've improved my workflow tremendously

Collapse
 
ali_dot_ali profile image
Ali Ali

write about atom setup for nodejs dev