csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

Doesn't show arguments of the function

Open StiglCZ opened this issue 1 year ago • 3 comments

So, I am using emacs and it would be nice if I could go with my cursor over a function and it would show me the arguments, like C++ lsp does.

StiglCZ avatar May 14 '24 08:05 StiglCZ

Hey @StiglCZ

Which lsp client are you using in emacs?

E.g. in eglot (and lsp-mode), you should get function prototype in minibuffer area:

Screenshot 2024-05-15 at 08 14 31

razzmatazz avatar May 15 '24 05:05 razzmatazz

I can see it on user functions, but not on the functions from external library and stuff.(it shows up sometimes when i type the function, then when i press '(' it shows up for a second, but I cant invoke it by just getting my cursor over it)
I use: lsp-mode 20231203.705

StiglCZ avatar May 15 '24 07:05 StiglCZ

Doesn't look like it works still image

StiglCZ avatar Jun 05 '24 17:06 StiglCZ

It seems like it was fixed in the newest update!

StiglCZ avatar Aug 30 '24 19:08 StiglCZ