vscode-clang icon indicating copy to clipboard operation
vscode-clang copied to clipboard

autocomplete does not work on windows

Open vicvon opened this issue 9 years ago • 5 comments

I am using visual studio code on windows and I only install c++clang extension and cpptools extension, but c++clang extension autocomplete does not work. I also use clang.cxxflags in configuration to specify an include directory(mingw gcc standard c++ head files)

PS: I only use 'clang.executable', 'clang.completion.enable' and 'clang.cxxflags' options in my configuration.

vicvon avatar Aug 04 '16 02:08 vicvon

Yea, after update to 1.4.0 looks like totally doesnt work. On ArchLinux also

TheAifam5 avatar Aug 08 '16 01:08 TheAifam5

works for me, win 10 & win 7 both.

canfoderiskii avatar Aug 18 '16 12:08 canfoderiskii

@canfoderiskii how to do it?

vicvon avatar Aug 22 '16 06:08 vicvon

@vicvon I actually used config "clang.cflags", and it works for c files...I haven't try with cpp files yet.

canfoderiskii avatar Aug 22 '16 09:08 canfoderiskii

I also find the problem.I often use this plugin in ubuntu and macOS,and I installed vscode in win10,but I find it doesn't work enve though I set 'clang.executable', 'clang.completion.enable' and 'clang.cxxflags' options in my configuration.

silenceu avatar Dec 23 '16 03:12 silenceu