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

Tyriar picture Tyriar  路  314Comments

Brakkar picture Brakkar  路  364Comments

Tyriar picture Tyriar  路  200Comments

ozsay picture ozsay  路  247Comments

stoffeastrom picture stoffeastrom  路  380Comments