LanguageClient-neovim icon indicating copy to clipboard operation
LanguageClient-neovim copied to clipboard

Language Server Protocol (LSP) support for vim and neovim.

Results 111 LanguageClient-neovim issues
Sort by recently updated
recently updated
newest added

- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. languageclient 0.1.161 - (Neovim...

At least for me, vim's ui blocks when using a single threaded language server that works for a long time before reading the next command from stdin. With phan, I...

## Versions and Environment This has been a problem for ages, I was even still on `w0rp/ale`. Before this problem, I had other problems, with the language server being immature,...

- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? ``` $ ./languageclient --version languageclient 0.1.161 ``` - (Neovim users only) Did you check...

## Describe the bug Running `:Denite references` in nvim's command line only shows file and line number but no other information about line contents. For example, running `:call LanguageClient#textDocument_references` can...

- Did you upgrade to latest plugin version? Yes - this is an issue on both next and dev - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient...

- Did you upgrade to latest plugin version? - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. - (Neovim users only) Did...

- Did you upgrade to latest plugin version? - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. - (Neovim users only) Did...

When jumping to a definition, updating the tag stack would be a useful feature. This allows navigating between definitions independently of other code navigation (`ctrl-o`/`ctrl-i` based jumping). Popping the stack...

![image](https://user-images.githubusercontent.com/34615798/71373448-06dc0680-256c-11ea-8eb1-95e8edcfc576.png) Is there a way to get the type inference to be displayed inlined like vscode? Or is this not supported?