v3ss0n / goto

GOTO using Atom's Symbols
MIT License
46 stars 17 forks source link

Skip files whose grammar has no symbols #3

Open mkleehammer opened 10 years ago

mkleehammer commented 10 years ago

As of 1.3, files using the null grammar are skipped. This same idea can be extended to grammars that do not contain scopes we will ever identify as symbols.

acusti commented 9 years ago

This seems like an easy win for performance. I’ve got part of the logic working in the skip-grammars-no-matching-patterns branch, though currently, it breaks other aspects of the “Project Symbols” command.

v3ss0n commented 9 years ago

I am taking a look.