Jump to content

Making LSP work with 0ad Codebase


Recommended Posts

LSP are programs that perform static analysis of the codebase to extract the AST and provide facilities for development (autocomplete, function signatures, refactoring utilities, go-to definition and so on).

Most of the ones available for C++ use clang though it seems it may be possible to use with gcc. I was wondering if someone had been able to setup that already.

This is the LSP I was trying to setup specifically: https://github.com/cquery-project/cquery

Link to comment
Share on other sites

Well I use visual studio and it does that for me. On linux I guess you can use eclipse or something :)

There is cppcheck that would do lint if they merged the coala bear update.

we also use eslint.

i made a patch for a clang format bear.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...