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

Suggestion: Use libclang when possible instead of clang executable.

Open assumptionsoup opened this issue 8 years ago • 0 comments

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).

assumptionsoup avatar Feb 18 '17 23:02 assumptionsoup