Sublime Forum

Code completion for c/c++/objc/objc++ using clang python bindings

#1

Hi all,

first time here to announce my first plugin. I just finished it! Well, this really means that you guys are going to point out all my mistakes so I can really finish it!!!

As the subject states, it does code completion for the c language family using libclang from LLVM.

You can find it in https://github.com/griebd/clangHelper. To give feedback you can reply here or post new issues in GitHub.

Some of you may be asking, why yet another code completion for the c family?!
Well, just because I couldn’t find one that worked “out of the box”…

Thanks,

Grieb.

0 Likes