Vscode: Expose editor.hover setting as real setting

Created on 12 Jun 2017  路  5Comments  路  Source: microsoft/vscode

Today this setting is hidden because it is not added to the configuration schema.

editor feature-request on-testplan

All 5 comments

After talking to Alex he convinced me this is overly complicated due to debug setting the hover programitically which will fiight the whole configuration story.
Example: while debugging user opens an additional editor -> now this editor should also have hover disabled
Example2: when debugging is done which hover option should be respected. There might be a language specific hover which takes precedence

-> backlog

@isidorn Complicated or not, FWIW, not being able to configure the hover delay introduces substantial friction to my use of VS Code.

@alexandrudima The code doesn't appear to allow for the feature to be enabled, but with a configurable delay. Is that correct?

The setting is now available in intellisense in settings.json.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

biij5698 picture biij5698  路  3Comments

borekb picture borekb  路  3Comments

trstringer picture trstringer  路  3Comments

vsccarl picture vsccarl  路  3Comments

chrisdias picture chrisdias  路  3Comments