|
|
|
|
|
by Protostome
779 days ago
|
|
I mostly agree with all of your points. But IMHO, if (and that's a big if nowadays, with modern web and mobile dev) text editing is the core task of the app your'e using as your IDE, then all the graphics are just redundant.
All the highlighting, hovers / etc can be done via much simpler graphics that is memory and CPU efficient.
As a dev, I would like to IDE developers to invest in core functionality, rather than a fancy GUI. Take the electron IDE for example. It embeds the chrome runtime which is a total waste, given that i just want to edit some text files. |
|