Vscode: Make editor.snippetSuggestions: bottom the default

Created on 12 Aug 2016  路  4Comments  路  Source: microsoft/vscode

I think we should make editor.snippetSuggestions: bottom the default. If I am a user and I see this:

screen shot 2016-08-12 at 12 29 00

My first reaction is that IntelliSense is stupid and not picking up the valid values. When I change to the setting, I get this:

screen shot 2016-08-12 at 12 29 12

Which indicates to me that the editor actually knows what I am doing.

@jrieken @aeschli @egamma fyi

feature-request

Most helpful comment

Add the following to your settings: "editor.snippetSuggestions": "top"

All 4 comments

馃憤

No objections.

How can I revert this strange change to make VSC wonderful again?

Add the following to your settings: "editor.snippetSuggestions": "top"

Was this page helpful?
0 / 5 - 0 ratings