Very biased article and by the way, tslint will also warns you if you don't use promise: https://palantir.github.io/tslint/rules/no-floating-promises...
Why I Switched from Visual Studio Code to JetBrains WebStorm
11–20 of 163 posts
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#12Tldr: nothing fundamental but WebStorm has a few features that the author likes that VS Code doesn't have.
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#13There also this cool text editor, simple and fast, called Pluma and available on Ubuntu Mate which I really enjoyed using.
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#14When 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
#15Tldr: nothing fundamental but WebStorm has a few features that the author likes that VS Code doesn't have.
For me the IDE is more like a text editor bundled with extra goodies. E.g. multi-window (thus multi display), more elaborated software hierarchy (not just for code editing) vs. a main panel as editor and side panels as auxiliaries, automatic window management like Eclipse perspectives (or in VS, when you debug, it switches to the different window layout).
It’s not black and white unless you go with nano or notepad.exe. You can also roll your own ide with tmux, i3 etc.
btw have you guys ever tried to hack gvim window handles into Visual Studio? :-)
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#16When 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…
If you look at them in isolation, sure. If you look at the whole team you'll see that the untested code drags everyone else's productivity down because all the other developers can't modify untested code without fully understanding everything it does. They have no tests to give them any confidence that they're not breaking stuff when they change it.
Developers who don't write tests are fine if they're working alone, but they're toxic to team productivity.
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#17There also this cool text editor, simple and fast, called Pluma and available on Ubuntu Mate which I really enjoyed using.
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#18When 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
#19When 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…
Absolutely none whatsoever. If anything it's negative. I have never found "speed of editing" to be remotely correlated with good code or even productivity.
Re: Why I Switched from Visual Studio Code to JetBrains WebStorm
#20When 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…
Full disclosure: I'm a vim user.