Qusic / atom-youcompleteme

YouCompleteMe for Atom Editor
MIT License
82 stars 34 forks source link

Use * if to enable all filetypes. #70

Closed zhaocai closed 8 years ago

zhaocai commented 8 years ago

Like to use the filename completion everywhere

zhaocai commented 8 years ago

Not a good idea.

Is there anyway to enable specific completer?

Qusic commented 8 years ago

Which filetype are you having problems with?

zhaocai commented 8 years ago

Thanks for asking. My intentions are the generic completers for filename and identifiers. I would like to enable for all type of files.

BTW, how do I enable completer for ctags?

Qusic commented 8 years ago

Autocomplete+ has already provided completion for filenames and identifiers and it is recommended over the generic completers of ycm. As for ctags, see here https://github.com/Valloric/YouCompleteMe#the-gycm_collect_identifiers_from_tags_files-option

zhaocai commented 8 years ago

Thanks.