Once support for compile_commands.json files is added to the project (#77), we should be able to run the supplied commands in the background, parse their output, and provide inline diagnostics for any errors/ warnings. This should be configurable to run every time a buffer is modified (potentially expensive), or just every time a buffer is saved.
Once support for
compile_commands.json
files is added to the project (#77), we should be able to run the supplied commands in the background, parse their output, and provide inline diagnostics for any errors/ warnings. This should be configurable to run every time a buffer is modified (potentially expensive), or just every time a buffer is saved.