Version 0.46 Tab does not work with Markdown files

Version 0.46 Tab does not work with Markdown files. When I see the suggestion in gray and press Tab it simply moves the cursor but does not add the suggestion. Very frustrating. I see this in .md files and markdown cells in Jupyter Notebooks. Any tips?

Version: 0.46.7
VSCode Version: 1.96.2
Commit: 3611c5390c448b242ab97e328493bb8ef7241e60
Date: 2025-02-27T07:19:47.490Z
Electron: 32.2.6
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.3.0
3 Likes

Hey, check if you’ve disabled the Cursor Tab for these files.

1 Like

Hey! I can confirm Cursor Tab is enabled and the problem persists. I do see the cursor suggestion, but when I hit Tab it simply disappears.

Could you make a video of this behavior?

cc @danperks

Screen Recording 2025-03-17 at 09.46.38 2

FYI @deanrie @danperks

you can see that recommendations appear but there is no response whenever I hit tab. I also ensured the markdowns are not skipped.

I have exactly the same problem, and I found a fix:

  • open Keyboard Shortcuts
  • search “Markdown Tab”
  • delete or change all bindings to “Tab”
1 Like

worked! thanks!