taskwarrior/doc/devel/contrib
ryneeverett 0944c73716
Recommend LSP's in development docs (#3370)
* Recommend LSP's in development docs

Per conversation in #3338.

There are already a lot of documented compile options so I think we're
better off suggesting that everybody create a compile_commands.json
whether or not they're using an LSP because it doesn't cost much.

While I was at it it seemed reasonable to mention rust LSP too. Now that
rls is deprecated I'm not sure there is any competitor to rust-analyzer
worth mentioning.

* Export compile commands by default.

Thanks to @felixschurk for the idea and telling me how to do it.

It took me a minute to figure out that this places the
compile_commands.json in the build directory rather than the root of the
project. But clangd still finds it there and that's a better place for
it anyway.
2024-04-16 08:19:58 -04:00
..
branching.md Consolidate in-repo documentation (#3143) 2023-08-09 21:30:01 -04:00
coding_style.md Consolidate in-repo documentation (#3143) 2023-08-09 21:30:01 -04:00
development.md Recommend LSP's in development docs (#3370) 2024-04-16 08:19:58 -04:00
first_time.md Consolidate in-repo documentation (#3143) 2023-08-09 21:30:01 -04:00
README.md Add releasing docs (#3292) 2024-03-24 21:32:38 +00:00
releasing.md Update task news to support 3.0.0 (#3342) 2024-04-15 22:04:16 -04:00
rust-and-c++.md Add note about Rust not building automatically (#3255) 2024-01-21 22:13:46 -05:00