Omnisharp-roslyn: How to make override autocomplete fill snippet on enter

Created on 24 May 2020  路  3Comments  路  Source: OmniSharp/omnisharp-roslyn

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?

feature request

All 3 comments

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

@filipw Thank you for your information

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

it is currently an Omnisharp server limitation

Was this page helpful?
0 / 5 - 0 ratings

Related issues

david-driscoll picture david-driscoll  路  6Comments

natemcmaster picture natemcmaster  路  5Comments

afterwind-io picture afterwind-io  路  6Comments

nickspoons picture nickspoons  路  4Comments

carlossanlop picture carlossanlop  路  6Comments