Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
I noticed that Cursor is missing the “Expandable Hover” feature (the + / - buttons in tooltips to drill down into types) which is already present in standard VS Code. Is this a bug ?
Steps to Reproduce
- Create a type alias or interface (e.g., type MyType = User;).
- Hover the mouse cursor over the type usage in the editor.
- Observe the tooltip pop-up.
Expected Behavior
The hover tooltip should display the controls (the + / - icons) at the bottom.
Screenshots / Screen Recordings
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.1.42
Vscode Version: 1.105.01
Additional Information
I am using TypeScript 5.9.3 on both Cursor and VS Code.
Does this stop you from using Cursor
No - Cursor works, but with this issue
