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 support for other languages #14

Closed Manishearth closed 8 years ago

Manishearth commented 8 years ago

Tested with Rust, works. I don't have a C++ ycmd setup so I didn't test this thoroughly with C++ (It completes std::vector fine, I don't know if GoTo is working), but I've only made minor changes to the C++ handling so it should be ok.

Since I haven't tested this with anything else, I've mentioned that languages other than C++ and Rust may work in the prefs file.

Fixes #1

cc @LuckyGeck

Manishearth commented 8 years ago

Tested and works with Python too.

Manishearth commented 8 years ago

Updated pull request.

Tested and works with Go too.

Manishearth commented 8 years ago

Addressed

LuckyGeck commented 8 years ago

Great thanks you for your contribution!

Manishearth commented 8 years ago

You're welcome!

Could you publish a new version as well so that I can update the YCM page with a link to the plugin?

(be sure to test it locally for c++ first. It works for me but it's good to have verification.)

LuckyGeck commented 8 years ago

I'll publish a new version after another pr will be merged. And yes, c++ completion works for me.

jwilm commented 8 years ago

Awesome work, @Manishearth.

LuckyGeck commented 8 years ago

YcmdCompletion v0.1.4 released

Manishearth commented 8 years ago

Works, thanks!