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

Completions missing return type #1864

Closed
lrichert opened this issue Jul 27, 2020 · 0 comments · Fixed by #1869
Closed

Completions missing return type #1864

lrichert opened this issue Jul 27, 2020 · 0 comments · Fixed by #1869

Comments

@lrichert
Copy link

It looks like return types are never shown in completions due to that little exclamation mark at OmniSharpCompletionHandler.cs : L103

Detail = !string.IsNullOrEmpty(response.ReturnType) ?
                            response.DisplayText :
                            $"{response.ReturnType} {response.DisplayText}"

I don't have a build environment at hand to test this, also I'm 90% asleep and doubtful that this really has been unnoticed for 3 years.
Could someone have a look at that?
Thanks :)

P.S.: Thank you very much for this project!

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

Successfully merging a pull request may close this issue.

1 participant