I used to think VS Code was going to be a threat to JetBrains IDEs considering how fast its iterative development was (thanks in large part to the productivity of JS + Web renderer) but its never seems to quite be able to reach the feature-set, polish & intelligence of JetBrains IDEs. Every IDE function appears to be better implemented in JetBrains, whether it's Code Analysis, Refactoring, Navigation, Running/Debuggi…
The plugin infrastructure for VS Code along with excellent first party support for JS/TS has helped it grow very fast. But in languages other than TS the mishmash of plugins of varying quality really degrade the experience. The opinionated approach and strong first party support just makes Jet Brains product much cleaner. I use both a lot.
Reflections on IDEA vs VS Code
151–160 of 413 posts
Re: Reflections on IDEA vs VS Code
#152Earlier quoted context omitted.
I have. IntelliJ ultimate edition still has fewer features for PHP specifically than Phpstorm. Presumably not because it actually has fewer features, but because "the debugger" now has 150 options instead of like 5. Also, these super-featured IDEs still won't support languages that Jetbrains doesn't have a specific IDE for. For instance, Delphi. Sure they'll support syntax highlighting somehow, and there might be one…
It also kills performance when you have so many languages configured.
Or may be there are better ways to do so. Anyway just enable what you need.
Re: Reflections on IDEA vs VS Code
#153I used to think VS Code was going to be a threat to JetBrains IDEs considering how fast its iterative development was (thanks in large part to the productivity of JS + Web renderer) but its never seems to quite be able to reach the feature-set, polish & intelligence of JetBrains IDEs. Every IDE function appears to be better implemented in JetBrains, whether it's Code Analysis, Refactoring, Navigation, Running/Debuggi…
Re: Reflections on IDEA vs VS Code
#154Not to mention, Pycharm, PHPStorm, GoLand, Clion,Webstorm etc all have consistent UI and shortcuts. You learn one and it's quick to pick other ones.
Yes I still use vim for console coding sometimes, but Jetbrains is where I got most of my productivity these days.
Re: Reflections on IDEA vs VS Code
#155Speaking as a corporate programmer working from home indefinitely, I'd kill for IDEA Viewer. My laptop can't have code on it, so I'm forced to remote desktop to my workstation to use IntelliJ and CLion remotely, which is a middling experience at best. A light protocol for synchronizing the frontend with the IDE backend would be excellent. You can look at my profile and various papers we've published about why code on…
i had to do this for a while. Genuinely awful experience over the citrix thing and best possible connection situation.
> As an aside, I also use IntelliJ on my own projects for Rust. The Rust LSP is getting there, but nothing beats IntelliJ Rust yet,
Thanks for saying this. I'm trying to pivot to using rust for a greenfield project. Just gave up on the emacs rust set up as it was tremendously frustrating to use
Re: Reflections on IDEA vs VS Code
#156VSCode won't kill IDEA, but it is a huge warning for Jetbrains They better invest A LOT MORE into solving slow startup and performance issues that are plaguing their IDEs since the beginning Time to ditch Java on the desktop, or invest in a native AOT compiler / or use GraalVM
I'm curious what situations people are finding JetBrains' speed to be impacting usability.
Re: Reflections on IDEA vs VS Code
#157Earlier quoted context omitted.
I wonder if you have had the chance to use a Jetbrains IDE with a professional license. Doing so gives you access to more or less the content of all the other "flavors" as plugins (it's basically all IntelliJ underneath). For example, I've been using PyCharm for both our python backend _and_ our React + Typescript frontend, all in the same project window, with the same features regarding syntax, linting, refactoring,…
It does not for C/C++, you need CLion for that.
I use PyCharm and WebStorm daily, and CLion for Rust projects at the moment.
Re: Reflections on IDEA vs VS Code
#158Re: Reflections on IDEA vs VS Code
#159It's a real shock when I occasionally try an IntelliJ product and it just swallows up my entire project repo and injects lots of magic.
There's absolutely pros and cons to both. And I don't see them as competing for the same class of editor.
I guess it's kind of IDE vs. Text editor. Though Code certainly looks more like an IDE every month.
Re: Reflections on IDEA vs VS Code
#160C# and F# support is vastly superior in Rifer to the VS Code epxerience.
And even their poster child language, Typescript, is handled by the code editor in a manner that's borderline unusable. If you ever used WebStorm the inability of VS Code to autocomplete with types defined in the same project is mind boggling.
All this said I still reach for it a lot, until I have to stare at a red file with an error on a line that's no longer there until you restart the whole thing and question my sanity.