HACKING: Document developer tooling

Advertise some of the useful developer tooling libvirt
integrates with out of the box.
This commit is contained in:
Andrea Bolognani 2017-04-28 18:30:07 +02:00
parent 64b474a821
commit 1b46181501
2 changed files with 33 additions and 0 deletions

13
HACKING
View File

@ -239,6 +239,19 @@ on the subject, on Richard Jones' guide to working with open source projects
<http://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/>.
Tooling
=======
libvirt includes support for some useful development tools right in its source
repository, meaning users will be able to take advantage of them without
little or no configuration. Examples include:
- color_coded <https://github.com/jeaye/color_coded>, a vim plugin for
libclang-powered semantic syntax highlighting;
- YouCompleteMe <http://valloric.github.io/YouCompleteMe/>, a vim plugin for
libclang-powered semantic code completion.
Naming conventions
==================
When reading libvirt code, a number of different naming conventions will be

View File

@ -314,6 +314,26 @@
Richard Jones' guide to working with open source projects</a>.
</p>
<h2><a name="tooling">Tooling</a></h2>
<p>
libvirt includes support for some useful development tools right in its
source repository, meaning users will be able to take advantage of them
without little or no configuration. Examples include:
</p>
<ul>
<li>
<a href="https://github.com/jeaye/color_coded">color_coded</a>,
a vim plugin for libclang-powered semantic syntax highlighting;
</li>
<li>
<a href="http://valloric.github.io/YouCompleteMe/">YouCompleteMe</a>,
a vim plugin for libclang-powered semantic code completion.
</li>
</ul>
<h2><a name="naming">Naming conventions</a></h2>
<p>