Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Chiel92/YouCompleteMe
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
chtenb committed Jul 16, 2013
2 parents 44eaf5a + 61a294a commit 66b70ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,18 @@ But again, installing YCM with Vundle takes care of all of this for you.

In the future expect to see features like go-to-definition for Python as well.

### C# semantic completion

YCM uses [omnisharp][] to provide semantic completion for C#.
YCM uses it as a git subrepo. If you're installing YCM with Vundle
(which is the recommended way) then Vundle will make sure that the subrepo is
checked out when you do `:BundleInstall`. If you're installing YCM by hand, then
you need to run `git submodule update --init --recursive` when you're checking
out the YCM repository.

OmniSharp is written in C# and has to be compiled. The install script takes care of this
if you pass `--omnisharp-completer` as an argument.

### Semantic completion for other languages

YCM will use your `omnifunc` (see `:h omnifunc` in Vim) as a source for semantic
Expand Down Expand Up @@ -1325,3 +1337,4 @@ This software is licensed under the [GPL v3 license][gpl].
[ctags-format]: http://ctags.sourceforge.net/FORMAT
[vundle-bug]: https://github.com/gmarik/vundle/issues/48
[ycm-users]: https://groups.google.com/forum/?hl=en#!forum/ycm-users
[omnisharp]: https://github.com/nosami/OmniSharpServer

0 comments on commit 66b70ee

Please sign in to comment.