10000 Tooltips stop working after opening context menu in the editor · Issue #6081 · microsoft/vscode · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Tooltips stop working after opening context menu in the editor #6081
Closed
@havoron

Description

@havoron

When pointing to program objects (variables, methods, classes, etc) by mouse, vscode shows tooltip with information about it:

C#

vscode-csharp-tooltips

Golang

vscode-go-tooltips

Or just json file with vscode settings.

But after opening context menu by right mouse button click tooltips stop working.

vscode-context-menu

Pointing any object doesn't trigger tooltips anymore. It starts working again after restart of vscode.

  • VSCode Version: 1.1.0-insider (Commit 1f06577).
  • OS Version: Windows 10.0.10586 and Fedora 23.

Steps to Reproduce:

  1. Start vscode.
  2. Open File -> Preferences -> User Settings (or any Go/C# file).
  3. Point to editor.fontFamily. It triggers tooltip "Controls the font family".
  4. Press right mouse button to open context menu.
  5. Point to editor.fontFamily again. There's no tooltip.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseimportantIssue identified as high-priorityverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0