Skip to content

Jump to files in GTAGSLIBPATH, from jumped standard header files #168

@Deanseo

Description

@Deanseo

Strongly relevant to #115, it seems helm-gtags-dwim can't recognize tags in GTAGSLIBPATH when I've already jumped to a standard header file once and try to jump in there again.

This is how I reproduced the issue in OSX as follows:

  1. .zshrc contains GTAGSLIBPATH=/users/my_name/.ext_gtags/ where gtags -c has been produced.
  2. helm-gtags-dwim when cursor is on #include <memory>. (Which doesn't really have to be memory though)
  3. Successfully jumped. Yay.
  4. In that jumped memory buffer, try jumping again, when cursor is on #include <functional>.
  5. GTAGS not found.

How should I force it to look up GTAGSLIBPATH without creating duplicate tag files at the directory where the standard header files exist?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions