No code completion for Objective C++ with clangd #624
Unanswered
blueberryscone238
asked this question in
Q&A
Replies: 1 comment 6 replies
-
I just tested it and I can confirm clangd does support semantic highlighting for Objective C++ (and works on ecode), it seems to be an environment issue from you side. You'll have to ask MSYS2 maintainers, I guess. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Create a
.mm
file, put#import <iostream>
and then typestd::
. You will see nothing being suggested.Other features of clangd are working fine. Only code completion doesn't work.
p/s: This clangd is from MSYS2 CLANG64 (https://packages.msys2.org/packages/mingw-w64-clang-x86_64-clang-tools-extra). I'm using the MSYS2 CLANG64 GNUstep (https://packages.msys2.org/packages/mingw-w64-clang-x86_64-gnustep-base). I don't have any other environments to test to see if it's the limitation of clangd's support for Objective C++ or not.
Beta Was this translation helpful? Give feedback.
All reactions