Rewording the YCM readme intro section

It's time to break the semantic language support up into bullets.
This commit is contained in:
Strahinja Val Markovic 2015-08-18 20:11:39 -07:00
parent 5fb4146a49
commit 689b4e15a5

View File

@ -33,15 +33,18 @@ Intro
-----
YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for
[Vim][]. It has several completion engines: an identifier-based engine that
works with every programming language, a semantic, [Clang][]-based engine that
provides native semantic code completion for C/C++/Objective-C/Objective-C++
(from now on referred to as "the C-family languages"), a [Jedi][]-based
completion engine for Python, an [OmniSharp][]-based completion engine for C#,
a [Gocode][]-based completion engine for Go, a [TSServer][]-based completion
engine for TypeScript, and an omnifunc-based completer that uses data from Vim's
omnicomplete system to provide semantic completions for many other languages
(Ruby, PHP etc.).
[Vim][]. It has several completion engines:
- an identifier-based engine that works with every programming language,
- a [Clang][]-based engine that provides native semantic code
completion for C/C++/Objective-C/Objective-C++ (from now on referred to as
"the C-family languages"),
- a [Jedi][]-based completion engine for Python,
- an [OmniSharp][]-based completion engine for C#,
- a [Gocode][]-based completion engine for Go,
- a [TSServer][]-based completion engine for TypeScript,
- and an omnifunc-based completer that uses data from Vim's omnicomplete system
to provide semantic completions for many other languages (Ruby, PHP etc.).
![YouCompleteMe GIF demo](http://i.imgur.com/0OP4ood.gif)