jacktasia / dumb-jump

an Emacs "jump to definition" package for 50+ languages
GNU General Public License v3.0
1.57k stars 150 forks source link

Fix C++ function rule with colon in parameter list #368

Closed jrosdahl closed 4 years ago

jrosdahl commented 4 years ago

A C++ function definition like

void MyClass::test(std::string) {}

is not found by dumb-jump. Fix this by allowing colon in parameter lists.

By the way, many thanks for dumb-jump!