C: Difference between revisions

imported>Mic92
minor readability improvement
imported>Mic92
language server..
Line 225: Line 225:
This is described in the [https://nixos.org/nixpkgs/manual/#ssec-fixup-phase manual].  
This is described in the [https://nixos.org/nixpkgs/manual/#ssec-fixup-phase manual].  
Also see [[Debug Symbols]] for further information about debug symbols.
Also see [[Debug Symbols]] for further information about debug symbols.
== Editor/IDE integration ==
Tooling that provides autocompletion or refactoring support also needs to be aware of the environments variables
to find C/C++ header files. Nixpkgs adds wrapper to both language server [ccls](https://github.com/MaskRay/ccls) and [cquery](https://github.com/cquery-project/cquery) to extend the include path of these tools. [CCLS](https://github.com/MaskRay/ccls/wiki) also provides extensive documentation on how to setup a project/editors to make use of it.