vscode-clang-complete
vscode-clang-complete copied to clipboard
Suggestion: Use libclang when possible instead of clang executable.
As a suggestion, if you're already reworking things, you may want to use libclang directly instead of calling the executable. It allows you to get noticeably faster completions.
See https://github.com/niosus/EasyClangComplete for a complete example (albeit in python and for sublime text).