universal-ctags / citre

A superior code reading & auto-completion tool with pluggable backends.
GNU General Public License v3.0
327 stars 26 forks source link

Feature request - Jump to/Peek any tag #85

Closed slayer152 closed 5 months ago

slayer152 commented 3 years ago

Hello,

Would it be possible to provide a command to jump to and peek any tag (say, using completing-read)?

Thanks in advance.

AmaiKinono commented 3 years ago

It's in the plan. In the "current status" in README, I talked about new tools I'm thinking about.

For now, you can call xref-find-definitions where there's no symbol at point, and it will list all tags and let you choose one using completing-read.

AmaiKinono commented 5 months ago

Close this in favor of #172.