Youcompleteme: not getting along with cpp; ycmdiag says no support, ycmcomplete ft=cpp gives errors

Created on 14 Apr 2013  路  3Comments  路  Source: ycm-core/YouCompleteMe

:YcmDiag returns

Native filetype completion not supported for current file, cannot force recompilation.

:ycmcomplete returns

Error detected while processing function 58_CompleterCommand:
line 30:
Traceback (most recent call last):
File "", line 1, in
AttributeError: 'NoneType' object has no attribute 'OnUserCommand'

No idea where to go regarding this error

Most helpful comment

Maybe this helps someone: Came here from searching for a similar error. My problem was that I did not add the --clang-completer flag to the install script.

All 3 comments

Please provide a test case that repeatedly reproduces the problem. See here for details.

No further information provided, closing.

Maybe this helps someone: Came here from searching for a similar error. My problem was that I did not add the --clang-completer flag to the install script.

Was this page helpful?
0 / 5 - 0 ratings