-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve auto completions 1. Load .tags file relative to active view, the same way as for GotoSymbol 2. Directly iterate through .tags file without using awk. 3. Restrict auto completions to .tag files with 100MB of size or less. 4. Drop a lot of type conversions between lists and sets. 5. Don't return completions for metadata `!_TAG_...` lines. 6. Cache completions per tag_file. Doing so globally may have unwanted side effects when multiple projects/windows are open. 7. Drop extracting and merging with ST completions, as merging all sources is already performed by ST. No need to do it here. * Fix typo
- Loading branch information
Showing
1 changed file
with
27 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters