142
Coders, what is your workflow on Linux
(sh.itjust.works)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Am I the weird one that just uses jetbrains for everything?
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).
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 with vim bindings for me.
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.