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

How to make override autocomplete fill snippet on enter #1809

Closed
Thaina opened this issue May 24, 2020 · 3 comments · Fixed by #1877
Closed

How to make override autocomplete fill snippet on enter #1809

Thaina opened this issue May 24, 2020 · 3 comments · Fixed by #1877

Comments

@Thaina
Copy link

Thaina commented May 24, 2020

It was a habit of me to just type override select autocomplete like this

image

I expect that if I press enter it would completely emit type and modifier from the base class like this

image

But currently now it only emit just this line

image

I am not sure I have making some mistake in omnisharp config, or it just not support in omnisharp vscode? If so may I request this feature?

@filipw
Copy link
Member

filipw commented May 25, 2020

this is currently not supported - it will be supported once we move to the CompletionService fully, including the ability to resolve completion item by the client

@Thaina
Copy link
Author

Thaina commented May 26, 2020

@filipw Thank you for your information

Pardon me for another question, Is it just vscode or all omnisharp are the same on this feature?

@filipw
Copy link
Member

filipw commented Jun 26, 2020

it is currently an Omnisharp server limitation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants