Sublime Forum

Need Help with SublimeCodeIntel and C++

#1

Hi,

As far as I read, CodeIntel does support C++. I installed CodeIntel using pip3, Installed SublimeCodeIntel, extended the default config by copying the original entries and modifying them. One thing in particular, the list of supported languages where I added “C#” and “C++”. The .codeintel directory got created but the db directory is empty.
Nothing noticeable in the console.

I assume, When I type in another class name partly, it would appear in the list, but it only shows local symbols.

Any tips for me?

Thanks.

0 Likes

#2

You should open a issue on the SublimeCodeIntel so the package autor/other developers may look into it:

  1. https://github.com/SublimeCodeIntel/SublimeCodeIntel

There is also another alternative to SublimeCodeIntel, which is the Language Server Protocol, you can look if it does support C++:

  1. https://www.youtube.com/watch?v=2GqpdfIAhz8
  2. https://github.com/Microsoft/language-server-protocol
  3. https://github.com/tomv564/LSP
  4. https://github.com/SublimeCodeIntel/SublimeCodeIntel
0 Likes