Closed
Description
When pointing to program objects (variables, methods, classes, etc) by mouse, vscode shows tooltip with information about it:
C#
Golang
Or just json file with vscode settings.
But after opening context menu by right mouse button click tooltips stop working.
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:
- Start vscode.
- Open File -> Preferences -> User Settings (or any Go/C# file).
- Point to
editor.fontFamily
. It triggers tooltip "Controls the font family". - Press right mouse button to open context menu.
- Point to
editor.fontFamily
again. There's no tooltip.