Cursor 3. x unsupport vscode plugin and not provide a compatibility solution

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

  1. don’t has typescript type check.
  2. Ctrl+K line tips are also gone

Steps to Reproduce

function loss

Expected Behavior

  1. support vscode plugin
  2. support ctrl + k
  3. 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

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.

I couldn’t find any documentation or method for this, and I can’t switch back to the old UI now.

I tried using Ctrl + Shift + I and even downgraded to version 2.6, but I still couldn’t switch back to IDE mode.

To switch to the Classic layout:

  1. Open Terminal (not inside Cursor) and run cursor --classic. This will open a window with the familiar IDE interface.
  2. 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.