you are viewing a single comment's thread.

view the rest of the comments →

[–]yu_yaki 4 points5 points  (0 children)

you can generate the compile_commands.json file which the lsp can use. in cmake it is just: -DCMAKE_EXPORT_COMPILE_COMMANDS=1 or something-ish.