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?
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?
For further actions, you may consider blocking this person and/or reporting abuse
Leonardo Montini -
Sarah Kasier -
Madhu Kumar -
frizquierdo -
Once suspended, andrewbrown will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, andrewbrown will be able to comment and publish posts again.
Once unpublished, all posts by andrewbrown will become hidden and only accessible to themselves.
If andrewbrown is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Andrew Brown 🇨🇦.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag andrewbrown:
Unflagging andrewbrown will restore default visibility to their posts.
Top comments (7)
Great, welcome the Visual Studio Code, i
d say. I guess eventually you
ll 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
GitLens is really nice. I also like the Docker extension.
What languages/frameworks are you using. That would help.
Ruby, Rails, Custom Javascript Framework
Nice. Prettier, ES Lint, NPM commands also maybez
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-...
Live server is great, bracket pair colorizer, git history, git lense, code snippets, the list goes on and on.... I love VSCode!