abo-abo / function-args

C++ completion for GNU Emacs
120 stars 10 forks source link

Filter tags in moo-jump-local #36

Closed gperaza closed 8 years ago

gperaza commented 8 years ago

I really like this package, but I was wondering is there is a way to do the following things:

Is there a way to filter tags by type in moo-jump-local? In helm-semantic this can be done by setting the tag format function to semantic-format-tag-summarize, this shows the tag type (functions, variables, dependencies).

Also, is there a follow mode? Sometimes I like to preview where I'm going to jump before exiting moo-jump-local.

Thanks.

abo-abo commented 8 years ago

Is there a way to filter tags by type in moo-jump-local?

You can filter some things, like includes, requires and provides by entering the text. I don't see much use in filtering by type instead of by name.

Also, is there a follow mode? Sometimes I like to preview where I'm going to jump before exiting moo-jump-local.

Of course. Just press C-M-n and C-M-p. Or C-o cjjkkkjk.