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

Ability to see overloaded methods - similar to eglot #2792

Closed
CsBigDataHub opened this issue Apr 19, 2021 · 2 comments
Closed

Ability to see overloaded methods - similar to eglot #2792

CsBigDataHub opened this issue Apr 19, 2021 · 2 comments

Comments

@CsBigDataHub
Copy link
Contributor

CsBigDataHub commented Apr 19, 2021

I have started using lsp-mode for csharp-mode via omnisharp.

Eglot gives list of overloads via eldoc-mode when the cursor goes to open parentheses.

cursor at method gives method documentation in eglot similar to lsp-mode
image

while cursor at open parentheses or inside the parentheses gives list of overloads with highlighted value you are using.
image

I was not able to get similar functionality with lsp-mode. Is there a setting I need to enable?

@yyoncho
Copy link
Member

yyoncho commented Apr 19, 2021

It is available via signature help. Use C-S-SPC to force and then M-n/p to browse through the signatures.

@CsBigDataHub
Copy link
Contributor Author

thanks for the quick reply @yyoncho.

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