mitaki28 / vscode-clang

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

Use compilation database file if it is present #17

Open vector-of-bool opened 8 years ago

vector-of-bool commented 8 years ago

This change makes it such that the completion and diagnostic provider read more clang compile flags from a compilation database if it is available. A few notes:

agauniyal commented 8 years ago

@mitaki28 would love to have this merged.

jardon-u commented 7 years ago

@mitaki28 Also upvoting. Having support for compilation databases would probably make me switch to vscode

tanis2000 commented 7 years ago

@vector-of-bool I've tried using your branch and it works as class names are being recognized now, but for some reason the properties and methods of those classes aren't being found for autocompletion. Do you have any clue why that's happening?

lygstate commented 7 years ago

Ping for this.

alighazi commented 7 years ago

this repo is no longer maintained by it author. it would be nice if someone create a new fork and a vscode package based on this pull request so everyone can use it easily

agauniyal commented 7 years ago

@alighazi last commit was on March 3 but you're free to fork it yourself.