Anyone else using webstorm and WSL? The latest ver...
# suitescript
s
Anyone else using webstorm and WSL? The latest version (2021.3.1) is so bad I'm almost considering VSCode. VSCode is still an inferior product but I'm having lots of frustration with the recent webstorm releases.
a
Can you explain how vscode is an inferior product?
s
I don't want to get off topic, but one laughable shortcoming is you can't peel off panes and have them be windows. I do that frequently with webstorm to put one or more windows temporarily on an alternate monitor for more screen space
webstorm (and other real IDEs) let you drag a window out of the IDE and have it host as a top level window. Then just drag it back to re-dock.
I assume that capability so readily (heck, even web browsers do it) that I was shocked that VSCode doesn't support it.
The one thing I see VSCode does better than webstorm is working with WSL hosted projects.
a
https://github.com/Microsoft/vscode/issues/10121 Someone mentioned that it would require a restructuring of the vscode internals to get it done. See also https://stackoverflow.com/questions/43362133/visual-studio-code-open-tab-in-new-window
I use vscode because it has better support for multiple languages. And better vim support.
s
I don't do vim so can't comment there. Most of my work these days is TypeScript and Java/Scala or maybe Kotlin. I'd be surprised if VSCode is better for those JVM languages than IDEA. Even simple VCS (git) support is rather lame imho on VSCode compared to the IDEA platform.
webstorm provides a single nice integrated experience for version control. VSCode seems to require selecting from dozens of plugins, and even then using some combination of plugins and different windows/panes to do what webstorm does much more elegantly (in regards to version control integration).
I can see VSCode being a good environment for more esoteric languages
I get the impression (though haven't tried myself) that writing a plugin for VSCode is simpler than same for IDEA