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

Expose editor.hover setting as real setting #28535

Closed
bpasero opened this issue Jun 12, 2017 · 5 comments
Closed

Expose editor.hover setting as real setting #28535

bpasero opened this issue Jun 12, 2017 · 5 comments
Assignees
Labels
feature-request Request for new features or functionality on-testplan
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Jun 12, 2017

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

@bpasero bpasero added editor feature-request Request for new features or functionality labels Jun 12, 2017
@isidorn isidorn added this to the June 2017 milestone Jun 12, 2017
@isidorn
Copy link
Contributor

isidorn commented Jun 13, 2017

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 isidorn removed their assignment Jun 13, 2017
@isidorn isidorn modified the milestones: Backlog, June 2017 Jun 13, 2017
@kellytk
Copy link

kellytk commented Jun 14, 2018

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

@alexdima alexdima self-assigned this Jun 22, 2018
@alexdima alexdima modified the milestones: Backlog, June 2018 Jun 22, 2018
@alexdima
Copy link
Member

Done via 291c8e5

@kellytk
Copy link

kellytk commented Jun 22, 2018

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

@alexdima
Copy link
Member

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

@vscodebot vscodebot bot locked and limited conversation to collaborators Aug 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality on-testplan
Projects
None yet
Development

No branches or pull requests

4 participants