roxma / nvim-completion-manager

:warning: PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
MIT License
917 stars 49 forks source link

Rust ultisnips argument expansion not working with LanguageClient-neovim #172

Closed rusterize closed 6 years ago

rusterize commented 6 years ago

@roxma, thank you for such a good work with this completion engine, it might take over all the other ones with the progress you are doing.

The argument expansion is not working with ultisnips in Rust, using LanguageClient-neovim:

f

Some details:

The problem in Rust must be a race condition, because one time it worked, and I was never able to reproduce it, even in the same session. The difference I noticed is that --when it worked-- the completion menu showed a '[+]' after the name of the function, just like it does in python.

YaLTeR commented 6 years ago

I have the same issue with both RLS and the cquery language server.

LaVieEstDure commented 6 years ago

+1, same issue but I'm using asyncomplete.vim, asyncomplete-lsp.vim, vim-lsp and async.vim instead of LanguageClient-neovim and nvim-completion-manager. Also using Plug as plugin manager.

roxma commented 6 years ago

known issue.

planned in ncm2.