Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Clang Complete

64 bytes removed, 08:18, 3 January 2019
no edit summary
TODO: How does this relate to VTLUUG?
 
== Clang Complete ==
Clang Complete is an addon to the popular text editor [[vim]]. It allows the user to use clang to do a lightweight compile/parse of their code, in order to allow extremely accurate code autocompletion. Alternatives out there ([[gcc_complete]]/[[ctags]]) either use hackish methods (modified compilers) or do manual parsing of the file. Clang was built with ease of IDE integration built-in, so Clang Complete simply builds on that feature.
[[Category:Howtos]]
[[Category:Programming]]
[[Category:Software]]