4 ms·
The problem with writing an editor if you intend to use it for coding, is not the text editor itself, that's rather simple. The problem is code completion and s
by globalnode 15d ago
The problem with writing an editor if you intend to use it for coding, is not the text editor itself, that's rather simple. The problem is code completion and syntax highlighting. Then whatever system you try to implement becomes just as bloated as the bloatware you're trying to replace.
- bigstrat2003 15d agoYou don't actually need either of those things for coding. Many, many programmers did just fine without them.
- alansaber 15d agoThis is just not true at all.
- globalnode 15d agoWhich part is untrue? That theyre simple applications or that syntax highlighting and code completion are difficult?