Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Python is set up within cursor, and pressing Ctrl+Space would trigger a suggestion, which works in Editor Window.
The current behaviour is that when opening a file in the Agent Window it shows “loading…” indefinitely and does not show any suggestions even when the LSP is active.
Steps to Reproduce
-
Install python for Cursor (using editor window)
-
Add the ctrl+space keybind for editor.action.triggerSuggest inside Editor window mode (no way to do this in the agent window).
-
Enter agent window and press ctrl+space over any token within a python file and see the “loading…” occuring indefinitely.
Expected Behavior
It’s supposed to show the suggestions like in the editor window.
Operating System
Linux
Version Information
Cursor IDE v3.2
Does this stop you from using Cursor
No - Cursor works, but with this issue