Software Engineer

When I switched to Visual Studio Code 12 months ago from PhpStorm I was in love, it was great. However after using VS Code for a year, I see myself switching back and forth between WebStorm and VS Code. The VS Code plugins are great however I notice Prettier, auto importing of components and linking to the definitions often break, and I have to restart VS Code multiple times a week and sometimes a day.

We use Ruby here so I do like that Visual Studio Code highlights that for me out of the box, with WebStorm I'd need to probably also install RubyMine and have 2 IDE's going at the same time.

Should I stick with Visual Studio Code, or switch to something else? #help

READ LESS
Johnny Bell's Stack Decision | StackShare (stackshare.io)
13 upvotes960.9K views
Replies (15)
Recommends
on
Visual Studio Code

Are you using the prettier-vscode VSCode extension or prettier via prettier-eslint? The prettier-vscode extension recommends you...

Use prettier-eslint instead of prettier. Other settings will only be fallbacks in case they could not be inferred from ESLint rules.

READ MORE
GitHub - prettier/prettier-vscode: Visual Studio Code extension for Prettier (github.com)
1 upvote1 comment224.8K views
Johnny Bell
Johnny Bell
October 2nd 2019 at 2:14AM

I am using the prettier vscode extension. Well I was but I switched over to webStorm now.

Reply
Recommends
on
RubyMine

If you're working with both Ruby and JavaScript, buy RubyMine and shut down the other two. It's much better for Ruby than Visual Studio Code is. It can also do everything WebStorm does, if you install the plugins you need from JetBrains, and they all work together nicely.

READ MORE
13 upvotes227.5K views
View all (15)
Avatar of Andy Cunningham