|
| ▲ | suby 2 days ago | parent | next [-] |
| I've been using CLion since 2017. I recently switched to Helix, and one of the refreshing things about this has been that I'm now in an editor that can seamlessly handle every language or text file type. I think switching between editors was slowing me down and causing friction. With Jetbrains, while there are plugins for other languages, it's hit and miss in my experience. Managing multiple IDE's was simply annoying, even things such as ensuring your settings are synced across everything was an issue. A different editor per language feels like a decision made for business needs and not user needs. Which isn't to say that their IDE's are bad or anything, they are good. But they would be a lot better if they didn't take their product and split it up for each mainstream language. |
| |
| ▲ | d3ckard 2 days ago | parent [-] | | I am currently circulating between Helix (for doing stuff myself) and Cursor (for doing stuff via agents). Helix is awesome! I mostly love how fast it is. The world of JS editors is driving me crazy with lag. |
|
|
| ▲ | jghn 2 days ago | parent | prev | next [-] |
| Not to mention, VSCode's story on debugging/profiling is an order of magnitude worse and clunkier than JetBrains' |
|
| ▲ | wiseowise 2 days ago | parent | prev [-] |
| Such as IntelliJ Ultimate that doesn’t have C++ integration, or CLion that can’t have Ruby integration or dozens of other combinations that happen in the field but not possible in IntelliJ. Truly not that different from IntelliJ! |
| |
| ▲ | someothherguyy 2 days ago | parent [-] | | Neither does VSCode. They are extensions, which are analogous to plugins in the JetBrains ecosystem. Although, it seems like there used to be way more plugin authors for language support pre-vscode/atom/sublime-text. You can use the JetBrains launcher to switch between projects in another JetBrains IDE though. Also, I think you can do single window mode in Ultimate to do a lot. | | |
| ▲ | wiseowise 2 days ago | parent [-] | | I can combine every possible language on earth that has LSP in one VSCode instance. You can’t do that in IntelliJ. | | |
| ▲ | someothherguyy 2 days ago | parent [-] | | https://plugins.jetbrains.com/docs/intellij/language-server-... | | |
| ▲ | wiseowise 2 days ago | parent [-] | | a) > The integration with the Language Server Protocol is created as an extension to the commercial IntelliJ-based IDEs. Therefore, plugins using Language Server integration are not available in JetBrains products like IntelliJ IDEA Community Edition and Android Studio from Google. b) I thought IntelliJ code analysis is so much more superior? If you’re using LSP, what’s the point of IntelliJ anyway? Sluggish ui? | | |
| ▲ | Moomoomoo309 2 days ago | parent [-] | | It's so that you can do the "all languages in one IDE" thing you just described by using the LSP for languages IntelliJ Ultimate doesn't support. The experience will be more or less identical to VSCode for LSP languages, but for those supported by IntelliJ, it'll be better. |
|
|
|
|
|