The Jetbrains suite of IDE’s. Particularly Jetbrains Rider. The platform ~~they are all ~~ many of them are built on is open source though, and you can get free licenses for all of their products if you are using them to develop open source software!
DataGrip is the one JetBrains IDE I can’t work without and continue to pay for. I’d love to find a pure OSS alternative, but there’s nothing else like it.
are there any good open source alternatives for VSCode for people that don’t want to learn emacs/vim? I’ve been looking for a good code editor to replace it but I haven’t been impressed elsewhere
VSCode is open (MIT) but it is packaged by MS to include some tracking/telemetry and they are distributed under a non-free license.
You can use VSCodium for a telemetry free and MIT licensed binary or you are free to build the source where the default config is no telemetry and MIT license.
There is always Eclipse IDE. It’s not as polished as Jetbrain’s apps for sure but it’s still very capable. It’s published under the Eclipse Public License. I think the language server code that’s used in VSCode is from Eclipse, it can be used for developing many languages and there are lots of plugins and other add-ons to enhance the experience.
The underlying intelliJ platform is, not the entire IDE. I did edit the post though, as I realized not all of them are built on that platform.
If you are working on open source, you can still grab free licenses. You just have to renew them each year (completely free, just requires proof of FOSS contribution)
The Jetbrains suite of IDE’s. Particularly Jetbrains Rider. The platform ~~they are all ~~ many of them are built on is open source though, and you can get free licenses for all of their products if you are using them to develop open source software!
DataGrip is the one JetBrains IDE I can’t work without and continue to pay for. I’d love to find a pure OSS alternative, but there’s nothing else like it.
Why do you find jetbrains better than VS Code?
deleted by creator
are there any good open source alternatives for VSCode for people that don’t want to learn emacs/vim? I’ve been looking for a good code editor to replace it but I haven’t been impressed elsewhere
VSCode is open (MIT) but it is packaged by MS to include some tracking/telemetry and they are distributed under a non-free license.
You can use VSCodium for a telemetry free and MIT licensed binary or you are free to build the source where the default config is no telemetry and MIT license.
deleted by creator
There is always Eclipse IDE. It’s not as polished as Jetbrain’s apps for sure but it’s still very capable. It’s published under the Eclipse Public License. I think the language server code that’s used in VSCode is from Eclipse, it can be used for developing many languages and there are lots of plugins and other add-ons to enhance the experience.
It’s fucking open source??? Does that me we can build from source to have it for free?
I have the last version you can use free forever (and I’m the reason they fixed it, by the way)
The underlying intelliJ platform is, not the entire IDE. I did edit the post though, as I realized not all of them are built on that platform.
If you are working on open source, you can still grab free licenses. You just have to renew them each year (completely free, just requires proof of FOSS contribution)