DEV Community

Andrew Brown πŸ‡¨πŸ‡¦
Andrew Brown πŸ‡¨πŸ‡¦

Posted on

Just moved our online IDE from Cloud9 to VSCode what extensions should we use?

After giving Cloud9 a serious try for several months and with the release of code-server (VSCode running in a docker) it was time to switch IDEs.

The biggest seller was Git Graph and AWS Toolkit.

Are there any other suggestions?

Top comments (6)

Collapse
Β 
th3n00bc0d3r profile image
Muhammad β€’

Great, welcome the Visual Studio Code, id say. I guess eventually youll get used to here.

Here is my recommendations;

Beautify
Really handy when you just want to select all and format the code.

VSCode Icons
Must have, makes it easy to navigate to files in the file explorer. We are better and images than text. Human Kind duh!!

ES6 Code Snippets
I usually do my custom snippets, but here is good library to start with.

Do let me know if there is anything i can help you with.

Regards

Collapse
Β 
khrome83 profile image
Zane Milakovic β€’

GitLens is really nice. I also like the Docker extension.

What languages/frameworks are you using. That would help.

Collapse
Β 
andrewbrown profile image
Andrew Brown πŸ‡¨πŸ‡¦ β€’

Ruby, Rails, Custom Javascript Framework

Collapse
Β 
khrome83 profile image
Zane Milakovic β€’

Nice. Prettier, ES Lint, NPM commands also maybez

Collapse
Β 
svenefftinge profile image
Sven Efftinge β€’ β€’ Edited

You should also check gitpod.io, in case you are still interested in a cloud / web-based solution. We've just added support for vs code extensions as well
dev.to/svenefftinge/your-favorite-...

Collapse
Β 
ryanzurrin profile image
Ryan Zurrin β€’

Live server is great, bracket pair colorizer, git history, git lense, code snippets, the list goes on and on.... I love VSCode!