Contextual code completion Code documentation and type lookup, displayed in popups or the preview window, when available (depends on installed SDKs) Completion Sources are provided for: asyncomplete-vim coc.nvim ncm2 deoplete Completion snippets are supported. e.g. Console.WriteLine(TAB) (ENTER) will complete to Console.WriteLine(string value) and expand a dynamic snippet, this will place you in S