Remix.run Logo
scarface_74 a day ago

With Vim and the terminal can I set conditional breakpoints, watches, and back in the day when I did bit twiddling in C, debug stack corruption and look at the assembly that the compiler was creating first each line? With JetBrsins ReSharper using Visual Studio, there are hundreds of guaranteed safe project wide refactoring you can do [1] and a lot of various boiler plate code it can autogenerate.

Not to mention the dark days of Window GUI development. How exactly is Vim better than a modern IDE?

[1] Yes I know all bets are off when you are using reflection.