Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't show arguments of the function #154

Open
StiglCZ opened this issue May 14, 2024 · 3 comments
Open

Doesn't show arguments of the function #154

StiglCZ opened this issue May 14, 2024 · 3 comments

Comments

@StiglCZ
Copy link

StiglCZ commented May 14, 2024

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
Copy link
Owner

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
Copy link
Author

StiglCZ commented May 15, 2024

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
Copy link
Author

StiglCZ commented Jun 5, 2024

Doesn't look like it works still
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants