398
edits
Changes
no edit summary
== 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:Software]]