razzmatazz / csharp-language-server

Roslyn-based LSP language server for C#
MIT License
588 stars 38 forks source link

Doesn't show arguments of the function #154

Closed StiglCZ closed 1 month ago

StiglCZ commented 4 months ago

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.

razzmatazz commented 4 months ago

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

StiglCZ commented 4 months ago

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 commented 4 months ago

Doesn't look like it works still image

StiglCZ commented 1 month ago

It seems like it was fixed in the newest update!