YouCompleteMe/python/ycm/client
Spencer G. Jones dd27184970 Add CompleteDone hook, with namespace insertion for C#
Add a new vim hook on CompleteDone. This hook is called when a
completions is selected.

When forcing semantic completion with the keybind, C# completions can
return a list of importable types. These types are from namespaces which
havn't been imported, and thus are not valid to use without also adding
their namespace's import statement. This change makes YCM automatically
insert the necessary using statement to import that namespace on
completion completion. In the case there are multiple possible
namespaces, it prompts you to choose one.
2015-08-28 10:05:46 -06:00
..
__init__.py A (barely) working version of ycmd + client 2013-10-07 11:03:26 -07:00
base_request.py If errors are returned in addition to completion suggestions, print them 2015-08-17 01:13:20 +01:00
command_request.py YouCompleteMe client support for FixIt subcommands 2015-08-05 22:09:07 +01:00
completer_available_request.py Revert "Revert "Check the server end point for available completer"" 2015-06-15 16:08:56 +02:00
completion_request.py Add CompleteDone hook, with namespace insertion for C# 2015-08-28 10:05:46 -06:00
event_notification.py Ignoring the new "already being parsed" message 2014-12-10 13:46:10 -08:00
omni_completion_request.py Removing erroneous whitespace 2014-05-28 10:20:54 -07:00
ycmd_keepalive.py Changing copyright headers from me to Google 2014-01-13 11:08:43 -08:00