Why I Switched from Visual Studio Code to JetBrains WebStorm
1–10 of 163 posts
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#2Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#3Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#4Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#5https://palantir.github.io/tslint/rules/no-floating-promises...
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#6In other words, is your experience that developers who use an IDE are more productive then developers who only use a text editor?
In my experience, the (very few) developers I know who only use VIM or Emacs are way more productive then those who use an IDE.
The reason seems to be that they tend to 'sit back and think' about the task at hand. And then come up with elegant solutions. While the developers who use a lot of tooling seem to hope that the tooling will kinda force them to do the right thing. But from what I witness, that never works out.
I see a similar thing happening with coders who do a lot of tests (test driven development), some tests and no tests. Developers who don't write any tests are often the most productive.
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#7When you guys think about all the developers you know, do you rather see a positive or a negative correlation between the usage of high level tools and developer productivity? In other words, is your experience that developers who use an IDE are more productive then developers who only use a text editor? In my experience, the (very few) developers I know who only use VIM or Emacs are way more productive then those wh…
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#8Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#9While VS Code presumably can do almost everything Webstorm (and other Jetbrains products) can, my experience in my fairly large software company is that most of the people that use VS Code don't actually bother to install the plugins to bring it up to feature parity. Out of the box functionality is underrated, even seemingly among devs who have the skills and knowledge to tinker.
For example, the other day I went to install a GraphQL extension for syntax highlighting and there was something like a half-dozen competing extensions, with no good way of figuring out why I should use one versus the other. I eventually ended up picking the one that looked the simplest, because all I really wanted was syntax highlighting and nothing else.