YouCompleteMe/python
Stephen Sugden da46be7044 Add jedi-based completion.
This first version only uses the Jedi completion engine after a ".", similar to
how the ClangCompleter works. It is also entirely synchronous and blocks for
quite a while the first time it is called.
2013-03-23 16:21:49 -07:00
..
clang_includes Moving clang includes to clang_includes folder 2013-01-17 17:08:11 -08:00
completers Add jedi-based completion. 2013-03-23 16:21:49 -07:00
jedi@23f36c86d7 Add jedi-based completion. 2013-03-23 16:21:49 -07:00
vimsupport.py Refactoring the ClangAvailableForBuffer method 2013-03-03 10:48:34 -08:00
ycm_utils.py Renaming utils.py to ycm_utils.py 2013-02-04 15:33:18 -08:00
ycm.py Reducing RAM consumption by deleting unused caches 2013-03-16 10:41:47 -07:00