-
Notifications
You must be signed in to change notification settings - Fork 41
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
Sugestion/Request: Signature of symbol in documentSymbol #42
Comments
…sponse ..similarly like we do with symbol info-on-hover Related to issue "Sugestion/Request: Signature of symbol in documentSymbol" (#42)
should be fixed as of b2c920c will release a new version some time later |
https://www.nuget.org/packages/csharp-ls/0.5.4 has been released that should fix the issue |
It did :) but it seems to have a character limit that crops long namespaces/methods/signatures. |
mhm.. you mean on emacs? it does it for me too, I think this is autocompletion framework (are you using ivy too?) restriction :/ because I see the full type going on the wire, will need to investigate, lets see if there are any tunables.. |
or it could be lsp-mode.. as I can't see any tunables for ivy that restrict the length of the item at first glance |
Yeah, I'm using Ivy. But it works with long signatures in Workspce Symbol, References, etc... |
same thing for me.. I probably need to investigate what it is that truncates the text, deeper in lsp-mode |
found the problem, at least on my emacs configuration (setq imenu-max-item-length 200) at one point I was thinking about adding a function to lsp-ivy.el, but maybe not now: |
btw, I am still working on documentSymbol to expose more information on items and hierarchical structure |
Workspace Symbol works perfectly by showing the signature, but Document Symbol doesn't. It can be confusing because of methods overloads, so it would be nice if the Name of the symbol included the signature.
The text was updated successfully, but these errors were encountered: