Closed
Description
Expected Behavior
When I'm writing the unit test code and I hit CTRL+Space I expect to see a code assistance popup, similar to what I see in most IDEs.
Actual Behavior
Instead, Insomnia opens the "Select Request" window to choose a request. I do see some code completions in the foreground (see screenshot) so it seems there's a shortcut overlap somewhere. Also, the window that appears doesn't really seem to be about the request I am working with because it does not change the request when I chose one.
Reproduction Steps
- Create at least two requests in the "Debug" tab - I'll call them
Request 1
andRequest 2
forward. - Switch to the Test tab and create at least one Test.
- In the
--Select Request--
dropdown, selectRequest 1
created in the first step.
- Put the cursor between the parentheses in the
send()
code in the first line.
- Press
CTRL+Space
. - The issue should happen now.
Optionally...
- Choose
Request 2
in theSelect Request
popup window that should have not appeared and clickDone
.
- See that
Request 1
is still selected in the dropdown box.
Is there an existing issue for this?
- I have searched the issue tracker for this problem.
Additional Information
Insomnia Version
2023.5.8
What operating system are you using?
Windows
Operating System Version
Windows 11 Enterprise version 22H2 build 22621.2134
Installation method
Download from https://insomnia.rest/
Last Known Working Insomnia version
No response