mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang
MIT License
128 stars 24 forks source link

autocomplete does not work on windows #24

Open vicvon opened 8 years ago

vicvon commented 8 years ago

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.

TheAifam5 commented 8 years ago

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

canfoderiskii commented 8 years ago

works for me, win 10 & win 7 both.

vicvon commented 8 years ago

@canfoderiskii how to do it?

canfoderiskii commented 8 years ago

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

silenceu commented 7 years ago

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.