Halo1
(Halo)
April 4, 2026, 7:49pm
1
Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
don’t has typescript type check.
Ctrl+K line tips are also gone
Steps to Reproduce
function loss
Expected Behavior
support vscode plugin
support ctrl + k
Provide a version with IDE support
Operating System
Windows 10/11
Version Information
Version: 3.0.9 (system setup)
VSCode Version: 1.105.1
Commit: 93e276db8a03af947eafb2d10241e2de17806c20
Date: 2026-04-03T02:06:46.446Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.19045
Does this stop you from using Cursor
Yes - Cursor is unusable
deanrie
(Dean Rie)
April 4, 2026, 8:08pm
4
Hey, thanks for the report. Glass layout in Cursor 3.x is a new UI that’s still being actively worked on. Some features aren’t available there yet, including Ctrl+K inline edit and extensions in the secondary sidebar.
As a workaround, you can switch to the Classic layout. Everything works there like before.
The team is aware of these limitations. There’s no specific ETA yet, but every report like this helps us prioritize.
Halo1
(Halo)
April 4, 2026, 8:14pm
7
I couldn’t find any documentation or method for this, and I can’t switch back to the old UI now.
Halo1
(Halo)
April 4, 2026, 8:14pm
8
I tried using Ctrl + Shift + I and even downgraded to version 2.6, but I still couldn’t switch back to IDE mode.
deanrie
(Dean Rie)
April 4, 2026, 8:23pm
9
To switch to the Classic layout:
Open Terminal (not inside Cursor) and run cursor --classic. This will open a window with the familiar IDE interface.
Or use the menu: File > New Window. The new window should open in the standard mode.
In the Classic layout, both TypeScript type checking and Ctrl+K inline edit work like before.
Glass is the new interface, and some features (including extensions in the secondary sidebar and inline edit) aren’t available there yet.
Let me know if you were able to switch.