-
Notifications
You must be signed in to change notification settings - Fork 90
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
Get empty 'Description on company-mode candidate #485
Comments
Any idea about this issue? If want more information, how can I debug deeper? |
I created a new project through Here is my
|
Hi @stardiviner ; Sorry for writing back so late. Not sure how to approach the problem. Do you get other things working for you? What if you move over a symbol that has documentation and then invoke:
Do you get something meaningful? It should show a tooltip-on-point on the symbol, like this: |
I toggle ed
The second command did raise up a tooltip. |
Gentil ping @razzmatazz :) |
Hi @stardiviner sorry for missing on your comment from July :E The [F1] key does work for me, but I think you should look for /autocomplete request on the log, as this is what I get when omnisharp-emacs asks the server for autocompletion items after entering a '.' (dot):
Could you check what is your response from the server for the /autocomplete response? |
Btw, which server (omnisharp-roslyn) version are you using? Maybe there have been fixes for you particular toolset. Which .net core version/toolset are you using? |
Here is the debug log:
|
I have not found the |
|
It seeems your /autocomplete response has only
Could you search for you Also it can be that SDK you are using does not provide Console.WriteLine documentation to roslyn server (for some reason). Have you tried writing you own method in the file and annotating it with documentation and then try to autocomplete on that and see if that works? Which version of .net SDK & omnisharp-roslyn you have installed? |
I added
|
|
I will take a try to update |
Hmm, while browsing omnisharp-roslyn repo, I think I found an issue reported with the server itself: This sounds exactly what you're encountering and it might just be language server issue. |
Interesting, glad that finally located problem issue. I have not successly try new version omnisharp-rolysn yet because network issue of build.sh. |
I press
[F1]
on company-mode candidate to get document. But it shows nothing. I then enableomnisharp-debug
. Check out debug output log. Found the(Description)
is empty.Currently using
Omnisharp-Roslyn
. Does it supportDescription
?The text was updated successfully, but these errors were encountered: