Introduction :
A code editor simply put is a playground that aids you write your code in a nice, easy and quicker way.
There are several code editors both free and paid out there. They all share some commonalities. One of which is the ability to install additional helpers (extensions) to facilitate your development. In-built or primary extensions comes pre installed with the editor while secondary extensions are installed by users when need be.
In the comments, drop your 3 secondary extensions (extensions you find absolutely necessary) as well as the code editors respectively
I'll start:
- Live server --Vscode
- Beautify --VScode
- ES6/ES7 JavaScript Snippets --Vscode
Top comments (9)
Sublime text:
VIM:
If I may have another because
fzf
is divided in two modules.i guess i could drop the icons extension (vscode), but that will leave me with no secondary extensions.
the other tool i use is vs community. does installing additional features count as secondary extensions? i kinda need my c/c++
I already have less than three in Visual Studio! The only extension I install is ReSharper.
Wow Reshaper
Never heard of this. Probably take a look
Thanks
For VS Code
NeoVim:
VSCode:
Yeah SAAS compiler is powerful especially when you have 2 screens and want to see your results snappy.
Python lang server
Django template snippets
auto rename tag
Wow
I love python but I have never taken a look at this extensions
Thanks for sharing