LuckyGeck / YcmdCompletion

Sublime Text 3 plugin for C++ code completion and error highlighting, based on Ycmd server
MIT License
41 stars 17 forks source link

Add user confirmation for .ycm_extra_conf loading #25

Closed aarentoft closed 8 years ago

aarentoft commented 8 years ago

Here is an attempt at fixing https://github.com/LuckyGeck/YcmdCompletion/issues/8. The implementation is based on the discussion here and the implementation of .ycm_extra_conf handling in vim YCM.

LuckyGeck commented 8 years ago

It's great, that you have implemented this feature - thank you very much! Diff LGTM Have you tested this solution on real project with .ycm_extra_conf-s?

aarentoft commented 8 years ago

Yes, I have tested with two of my own C++ projects and so far YcmdCompletion has behaved as Vim and YouCompleteMe do when working with these projects.

LuckyGeck commented 8 years ago

Greate, thanks! Merged to master.

trevordixon commented 7 years ago

YcmdCompletion doesn't seem to have been updated in Package Manager since this was fixed.