Are IDEs really like this ?
-
I just use Kate
Kate is great for being a compiled C++ program, making it nice and lightweight. Plus lots of syntax highlighting. Not quite the same as IDEs with auto completion, but pretty good for plain text editing.
-
This post did not contain any content.
This is why everyone should go back to ed
-
LOL. Let me guess "just use Emacs/vim"?
No thank you bruv. Been there, done that. Terrible experience.
https://github.com/emacs-tw/awesome-emacs
https://github.com/lunarvim/lunarvim
All of these emulated only a fraction of the power of IDEs, even after weeks of trying to get them configured properly.
Inb4 "you're doing it wrong". Nah mate, IDEs work out of the box and don't require opening a text file to change settings while going through reams of documentation.
I right click in a file and it shows me the most important contextual commands. No need to find the " leader key", scroll through all the 1 billion commands, I don't have to "download a LSP and DAP" then "configure treesitter" or whatever the fuck kind of apes are in the editor.
Those editors have steep learning curves and get you productive eventually. IDEs get you there much more quickly. Yeah yeah, they hide complexity and "people don't know what's actually going on anymore" but sometimes I just want to get going instead of fighting my editor first. Feel me?
All those wondrous IDEs were nowhere to be found 20 years ago, especially if you didn't run windows. While Emacs did it all and more.
So yes, you had to read the documentation. That's what we did back then. We still do it when someone can be arsed to write one.
-
Kate is great for being a compiled C++ program, making it nice and lightweight. Plus lots of syntax highlighting. Not quite the same as IDEs with auto completion, but pretty good for plain text editing.
It can give autocompletion based on the current file, which is good for writing self contained classes. You can also enable an LSP to get language autocompletion
-
Yeah, IntelliJ has become worse over time. Or atleast Android Studio has. IntelliJ used to be amazing.
IntelliJ now requires like 8GiB of RAM to even open.
-
All those wondrous IDEs were nowhere to be found 20 years ago, especially if you didn't run windows. While Emacs did it all and more.
So yes, you had to read the documentation. That's what we did back then. We still do it when someone can be arsed to write one.
wrote on last edited by [email protected]We're not 20 years in the past, old man.
-
We're not 20 years in the past, old man.
I know, back then people knew what files and directories were. Good times.
-
I know, back then people knew what files and directories were. Good times.
wrote on last edited by [email protected]That knowledge is gone. Everything is a web app running JavaScript in a browser. We don't need to be encumbered by pesky things like pages and folders.
-
This post did not contain any content.
I just code in Notepad++. I make an error, I fix it. It doesn't work, I just dump variables to see what I did wrong and where.
-
IntelliJ now requires like 8GiB of RAM to even open.
Isn't the JVM limited to 2 GB or something like that?