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!