[–] Master_Foo ago (edited ago)
What exactly are you getting out of an IDE? All you need to do is write text. That's it. At most, get an editor that does syntax color coding. Gedit is pretty good. But even vi and nano can do syntax color coding. Alt-Tab into the terminal to compile or use Git. Pretty damn simple.
[–] NarrativeControl ago
How do you set a breakpoint and get information about the running state of your interpreted code without using a separate app? Say, in Python.
[–] Master_Foo ago (edited ago)
I don't know about python specifically. But if you are debugging C just use gdb That's what gdb is for.
OK, how do you fry and egg and wipe your ass in an IDE without using a separate app? You don't need one giant monolithic app to write code and send your children to bed dude. Just use the specific app you need when you need it. Hell, you can even execute commands from within vi if you can't be bothered to learn how to Alt-Tab.