Parser-Verilog icon indicating copy to clipboard operation
Parser-Verilog copied to clipboard

generate compile_commands.json for IDEs

Open bestouff opened this issue 3 years ago • 1 comments
trafficstars

This asks CMake to generate a compile_commands.json file so that your IDE (if it uses Language Server Protocol, like VSCode does) can properly syntax-check the files.

bestouff avatar Mar 31 '22 12:03 bestouff

Also there's a symlink created at the root of the project, pointing into the build/ directory where the file is generated.

bestouff avatar Mar 31 '22 12:03 bestouff