Autocomplete-plus provider for ctags
- If your project has a tags/.tags/TAGS/.TAGS file at the root then autocomplete are supported.
- coexist with symbols-view package
- support multiple root folders.
- Snippet generator for ctags.
- fuzzy matching.
minimumPrefixLength
(default: 3)caseInsensitive
(default: true)useSnippers
(default: true)useFuzzy
: executed only if there is no suggestions (default: true)maximumTagFileSize
: Maximum tag file size(in MB). This setting is used in fuzzy search. (default: 2)disableBuiltinProvider
(default: false)
- fuzzy matching
- Add language snippers. (pull requests welcome!)