Slashdot Mirror


User: gdw2

gdw2's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:old school command line IDE on IDEs With VIM Text Editing Capability? · · Score: 1

    I've found it easier to make vim a good IDE than to try to make an existing IDE more vim-like. Vim has a great :make command which will compile your program and jump to any lines with errors. It's great. If you want to run the program after a build, just put that in the Makefile too, or create a "make run".