提交 1b461815 编写于 作者: A Andrea Bolognani

HACKING: Document developer tooling

Advertise some of the useful developer tooling libvirt
integrates with out of the box.
上级 64b474a8
......@@ -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
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册