angular-ui / AngularJS-brackets

AngularJS plugin for Brackets (booya)
216 stars 50 forks source link

Parse Directives and Controllers and store in cache #8

Open ProLoser opened 10 years ago

ProLoser commented 10 years ago

Instead of parsing the entire file tree every single time an expansion is performed, it might be better to just index all directives and controllers (since there probably won't be that many) and simply use the cache for lookup.