Hacker News new | ask | show | jobs
by yuribro 2122 days ago
I don't think they were the same way they are now. Visual Studio 6, which was an amazing environment for its time, was all implemented as a GUI application, including the build system, IIRC you could do some automations with VBA or a complex "macro" system baked inside the UI. You could run the compiler/linker as cli apps, but everything else was built in.

VisualAssist was a very popular plugin for it (don't know if it's still relevant) which added functionality inside the GUI.