Benefits of Not Using an IDE
alexander-hansen.dev
Benefits of Not Using an IDE
1–10 of 389 posts
Re: Benefits of Not Using an IDE
#2On the other side, I’d never use vsc to edit a normal text file…
Re: Benefits of Not Using an IDE
#3Re: Benefits of Not Using an IDE
#4I don’t really use other ide features. Separate terminals are great
Re: Benefits of Not Using an IDE
#5It's just more flexible, which allows me to use new tech/langs very quickly.
If you don't focus on IDE features, you tend to implement quality of life improvements at a level that also works in an editor. Like in the language, framework, or library you're using (See the code generators point in the article).
With languages like Rust, that have zero cost abstractions, you don't even run into performance problems when doing so.
Re: Benefits of Not Using an IDE
#6I think that’s why VSCode is so popular. It’s a very powerful text editor, not a light version of an IDE. On the other side, I’d never use vsc to edit a normal text file…
I use it to edit random text files full of notes too, because I trust it to bring back my unsaved work if my laptop crashes.
Re: Benefits of Not Using an IDE
#7Only benefit I see is remote development over terminal.
Re: Benefits of Not Using an IDE
#8Re: Benefits of Not Using an IDE
#9Re: Benefits of Not Using an IDE
#10Java is a language that does not lend itself to vim. Even just compiling and running a sufficiently large java program can be a pain without an IDE setup.