I suppose we could point to emacs for formatting and syntax highlighting
Comment on Not even poor Notepad is safe from Microsoft's AI obsession
Buddahriffic@lemmy.world 10 months agoA lot of those features were in visual studio 6, which was released in the late 90s or early 00s. Tabbed files, syntax highlighting for their supported formats (though it was a lot more tightly bound to those languages, like there was a visual basic program and a separate visual c/c++, n++ is the first I remember with arbitrary language syntax highlighting support), pretty sure it had a plugin system, too.
And vs6 was just the first one I used, they might have been present in vs5 or earlier versions.
agent_flounder@lemmy.world 10 months ago
Buddahriffic@lemmy.world 10 months ago
Yeah, vim also has it today, but I don’t know how far back that goes. Screen splitting, too, I use that all the time in vim and GUI editors.
agent_flounder@lemmy.world 10 months ago
We didn’t have color terminals at my college so if there was any highlighting I wouldn’t have seen it. Probably shortly after the first dumb terminals came with color text somebody made emacs or vi do highlighting? Screen splitting goes way back. Emacs had that in the late 80s when I was using it.
TheRealKuni@lemmy.world 10 months ago
Plus an electric list is far superior to tabs. Tabs are too usable. I want to have to hit ctrl+X, L before I can change files.
/s just in case.
LethalSmack@lemmy.world 10 months ago
Visual studio and visual studio code are not the same thing. Visual Studio is a full IDE and is expected to have those features and is clunky because of them. Or was, not sure where it is now. It’d be in the same category as netbeans, eclipsed, and intellij
Vs code is an enhanced lightweight text editor
Notepad++ is the original enhanced lightweight text editor
Buddahriffic@lemmy.world 10 months ago
They were features of the text editor that was a part of the integrated development environment. My point was that even though vs code came after n++, those features were a part of the visual studio line, which vs code is a successor of, so if there was inspiration it was more likely in the direction of vs -> n++, though realistically there was probably transfer in both directions over time.