YouCompleteMe/python/completers/all
Strahinja Val Markovic aa9127e3dc Rewriting the code from the pull request
This implements the filename completer and introduces integration with
UltiSnips. The user will now see snippets in the completion menu. After
selecting a snippet, the user should invoke the UltiSnips trigger key
(which should be changed from the default of TAB) to trigger the snippet
expansion.

Fixes #77, Fixes #36
2013-04-22 22:26:35 -07:00
..
__init__.py Completer plugins now have their own folder 2012-08-05 14:14:31 -07:00
identifier_completer.py Rewriting the code from the pull request 2013-04-22 22:26:35 -07:00
omni_completer.py checking if a key is in a dict is done with 'key in dict' not 'hasattr(dict, key)' 2013-04-13 14:29:57 +02:00