Noip_Sip
(Noip Sip)
1
At first time with Pro sub cursor was giving good quick-auto tabs suggestions but now it helps extremely rarely and only for 1-2 lines of code.
Tab is active
I was again syncing codebase but nothing changes
I’m using GDScript and I also often change between accounts: work/for myself. Is there any way to deal with it?
deanrie
(Dean Rie)
3
Hey, thanks for the report. A similar issue was recently fixed by disabling HTTP/2. Try this:
Cursor Settings → Network → Disable HTTP/2, then restart Cursor.
It’s weird, but sometimes this fixes Tab suggestions even when Network Diagnostics shows everything green.
To understand what’s going on, I’ll need a bit more info:
- What Cursor version are you on? (Menu → About Cursor → Copy)
- What OS are you using?
- Try creating a new .py or .js file. Does Tab work there, or do you still get “no code action available”?
- Do you have any extensions installed? If yes, try starting Cursor with
cursor --disable-extensions from a terminal
- Open Help → Toggle Developer Tools → Console tab. Do you see any errors when you try to get a suggestion?
GDScript is pretty niche, so this might be related to language server support. Testing another language helps rule that out.
Let me know what you find, and we can dig deeper if HTTP/2 doesn’t help.
1 Like