Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

aki77/atom-autocomplete-ctags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • fuzzy matching
  • Add language snippers. (pull requests welcome!)