You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to see function signatures in completion menu when using nvim-lsp source with ddc, and cannot figure out how to achieve this.
I'm sorry for bothering you, but after many hours of trying many things I cannot figure this out. Looking at omnifunc completion menu (triggered by C-x C-o), there are function signatures, but with ddc (with native interface) these are not there. you only have name, type, and mark.
I'm aware of the popup preview (matsui54/denops-popup-preview.vim), but i would like to see all signatures immediately. I have tried the pum UI, but did not find options for adding more columns (or at least could not figure it out).
I have to say that I'm a noob when it comes to the inner working of vim or nvim, and plugins, and lsp in vim, ... so I'm sorry if this is a silly question. it seems like it should be possible though, based on recording from @amikai in screenshot issue - but even studying his vim config, I could not see the trick : (
Expected
(option to) show function signatures in completion menu when using nvim-lsp source
Problems summary
I would like to see function signatures in completion menu when using nvim-lsp source with ddc, and cannot figure out how to achieve this.
I'm sorry for bothering you, but after many hours of trying many things I cannot figure this out. Looking at omnifunc completion menu (triggered by C-x C-o), there are function signatures, but with ddc (with native interface) these are not there. you only have name, type, and mark.
I'm aware of the popup preview (matsui54/denops-popup-preview.vim), but i would like to see all signatures immediately. I have tried the pum UI, but did not find options for adding more columns (or at least could not figure it out).
I have to say that I'm a noob when it comes to the inner working of vim or nvim, and plugins, and lsp in vim, ... so I'm sorry if this is a silly question. it seems like it should be possible though, based on recording from @amikai in screenshot issue - but even studying his vim config, I could not see the trick : (
Expected
(option to) show function signatures in completion menu when using nvim-lsp source
Environment Information
ddc.vim version (SHA1): abe8c86
denops.vim version (SHA1): 83f167b034e9e56913d8a89b026a6b0eb79b52b4
deno version(
deno -V
output): deno 1.39.2OS: MacOS Sonoma 14.2.1
neovim/Vim
:version
output:NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
Provide a minimal init.vim/vimrc without plugin managers (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
nvim -u [path_to_minimal_config]
:fmt.Pr
Screenshot (if possible)
The text was updated successfully, but these errors were encountered: