jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

Symbol indexer ignores typedefs #90

Closed FlorianZ closed 8 years ago

FlorianZ commented 9 years ago

Consider the following code snippet:

typedef int foo;
struct bar {};

foo a;
bar b;

ST3 correctly indexes bar but fails to do so for foo. IMHO, it would be useful to have typedefs indexed as well, or at least have an option. Thanks!

wbond commented 8 years ago

This was fixed in dev build 3110.