autocomplete-ctags
Autocomplete-plus provider for ctags
aki77 37,362 46 0.4.1 MIT GitHub

autocomplete-ctags package

Autocomplete-plus provider for ctags Build Status

Gyazo

Features

  • 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.

Settings

  • 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)

Todo