DEV Community

Discussion on: Switching back to my old buddy Sublime Text from VS Code 🤷🏻‍♂️

Collapse
 
elanandkumar profile image
Anand Kumar

Nice.
I also planned to switch to sublime. Speed is great. I faced some challenges though which (may be) someone here can help.

  1. I use NVM and so default node instance doesn't work out of the box without tweaking the configuration.
  2. No Cmd + Click navigation. If someone knows any plugin for the same, do let me know.
  3. Working with react project, need to install babel as the JSX support is missing not available out of the box.

So, VS Code is great to just install and get started without any plugins. On the other side, yes it is slow at times and depends on project.

Things may vary for people to people. I like sublime for couple of things but sometimes, I feel, I have to use VS Code so it all depends on need and project we work on too.