Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BillKek/43f4398a7e41e902a67c7f1189f0f170 to your computer and use it in GitHub Desktop.
Save BillKek/43f4398a7e41e902a67c7f1189f0f170 to your computer and use it in GitHub Desktop.
codelite автодополнение

codelite по умолчанию настроен так что clangd берёт директории из каталога "воркспейса".

чтобы брал из каталого проекта, надо изменить аргумент параметра на:

--compile-commands-dir=$(ProjectPath)

ну и workingdirector тоже $(ProjectPath)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment