AngularJS-brackets icon indicating copy to clipboard operation
AngularJS-brackets copied to clipboard

Parse Directives and Controllers and store in cache

Open ProLoser opened this issue 10 years ago • 0 comments

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.

ProLoser avatar Mar 12 '14 09:03 ProLoser