You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of an unfinished thought, but the goto functionality feels very similar to tags. (See :help tags) It occurred to me that perhaps we could integrate with tags somehow, but I'm not sure exactly what that would look like just yet. Some ideas come to mind:
Maybe there is a way to hook into the tags resolver built into vim. If this is possible, we should be able to call the goto feature at this time.
Perhaps a command could be added to parse a project and generate a tags file. This could be appended to the tags file generated by a tool like exuberant ctags. This fees pretty messy though, since the format of that file depends partly on the tool that created it and partly on the configuration given to that tool.
From @lencioni on January 31, 2016 18:40
This is a bit of an unfinished thought, but the goto functionality feels very similar to tags. (See
:help tags
) It occurred to me that perhaps we could integrate with tags somehow, but I'm not sure exactly what that would look like just yet. Some ideas come to mind:This is pretty low priority, so I'm adding the help wanted tag.
Copied from original issue: Galooshi/import-js#179
The text was updated successfully, but these errors were encountered: