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

[Ycmd][Notify] Error '' #11

Closed begend closed 8 years ago

begend commented 9 years ago

hi, here is my conf: { "HMAC": "7D/5FfQLFWmNK97H9yNTfw==", //"ycmd_port": 8080, //"ycmd_server": "http://127.0.0.1", "ycmd_path":"~/bin/ycmd", "python_path": "/usr/bin/python", //"use_auto":true, "use_auto_start_localserver":1 }

but, err in console: [Ycmd][Notify] Error ''

thanks.

LuckyGeck commented 9 years ago

Hi! Feature about autostart is currently in dev channel of this plugin. If you have installed plugin from Command Palette of sublime, you have source code of stable branch, that has no support for this feature.

You can try dev branch by cloning plugin's repo into your sublime packages folder.

begend commented 9 years ago

thanks a lot

LuckyGeck commented 8 years ago

Autostart feature is finally released. You can update your plugin version in SublimeText.