this post was submitted on 21 Jul 2023
111 points (98.3% liked)
Linux
48031 readers
1225 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Am I the weird one that just uses jetbrains for everything?
Nope - that's exactly my workflow too.
IntelliJ for Java and Rider for C#. VSCode for everything else.
I do too. Nvim for text editing, vs code for the occasional one/two file script, jetbrains for anything more extensive
I use it too. It's very good if you prefer an IDE and one stop shop for it all.
JetBrains, the refactoring tools are much better than any alternative, and that is a great productivity booster. Also, it has excellent remote support. Mainly at the moment, I'm using pycharm and clion.
JetBrains with vim bindings for me.
Isn't JetBrains a paid suite? I've heard a lot of good things about it, but since my workflow is basic, VsCode was always the choice wherever I worked.
There is a "community edition" which is free.
It's also open source but only for java.
It's not just Java. It supports a few other languages as well. I am pretty sure it supports Rust, HTML, JavaScript and maybe a couple others. It doesn't support Python, Go, PHP, C/C++, or Ruby (as they have separate products for those).