mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00:00
HACKING: Document developer tooling
Advertise some of the useful developer tooling libvirt integrates with out of the box.
This commit is contained in:
parent
64b474a821
commit
1b46181501
13
HACKING
13
HACKING
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user