-
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
[Roslyn] Add support for constructor/method signature intellisense #224
Comments
We should also probably show it when typing a |
I am thinking we should use company so we can expand the selection like a snippet and then filling in each parameters by tabbing through. I am not sure how eldoc would display 5 constructor/method overloads. |
Ah I see what you mean. Eldoc is clearly out of the question. 2016-05-11 1:12 GMT+03:00 jtbm37 notifications@github.com:
|
Roslyn has now a new completion API available. This is very exciting. It needs to be implemented in |
This is exciting! |
@jtbm37 Completion API has now been merged into omnisharp-roslyn: OmniSharp/omnisharp-roslyn#583 :) |
@willl Thanks. I will surely be testing that fairly soon. 👍 |
Roslyn has support for it here and has tests.
We just need to show the signature when typing
(
.Optionally user can call the function when point is inside parentheses.
The text was updated successfully, but these errors were encountered: