You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and Request 2 forward.
Switch to the Test tab and create at least one Test.
In the --Select Request-- dropdown, select Request 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 the Select Request popup window that should have not appeared and click Done.
See that Request 1 is still selected in the dropdown box.
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
Request 1
andRequest 2
forward.--Select Request--
dropdown, selectRequest 1
created in the first step.send()
code in the first line.CTRL+Space
.Optionally...
Request 2
in theSelect Request
popup window that should have not appeared and clickDone
.Request 1
is still selected in the dropdown box.Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: