regexp-based c++ decl-to-defn for vim
March 22nd, 2004
Vim tip #335
describes a few methods to quickly extract C++ function/method
declarations from a header file and insert an implementation stub into
another buffer. They seem to work better, and also worse, than the
magic prototypeer in my Eddie package for vim. (Mine works with multiline
function definitions, and sometimes works with multiple methods at a
time, but still seems to flake out on some of my test data. I need to
make some time to fix that stuff up.)