Skip to content

typedef and type alias: symbol search and goto definition doesn't work #18

@ghost

Description

first of all thanks a lot for this plugin, love the colors!

2 problems though, symbol searching (CTRL+SHIFT+R) or goto definition (F12) doesn't work with typedefs or type alias, for example:

typedef struct VALUE_STRUCT VALUE; // CTRL+R (or CTRL+SHIFT+R) on "VALUE" doesn't find anything and goto definition (F12) on "VALUE" says it can't find anything as well.

using VALUE = struct VALUE_STRUCT; // CTRL+R (or CTRL+SHIFT+R) on "VALUE" doesn't find anything and goto definition (F12) on "VALUE" says it can't find anything as well.

when using other C++ plugins on sublime (like C improved) things work fine, but i really love the syntax on this plugin so i hope someone can fix it (i have no idea how).

thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions