Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTRL+Space opens "Select Request" window instead of Auto-complete popup. #6482

Closed
1 task done
faustool opened this issue Sep 11, 2023 · 1 comment
Closed
1 task done
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@faustool
Copy link

faustool commented Sep 11, 2023

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.

image

Reproduction Steps

  1. Create at least two requests in the "Debug" tab - I'll call them Request 1 and Request 2 forward.
  2. Switch to the Test tab and create at least one Test.
    image
  3. In the --Select Request-- dropdown, select Request 1 created in the first step.
    image
  4. Put the cursor between the parentheses in the send() code in the first line.
    image
  5. Press CTRL+Space.
  6. The issue should happen now.
    image

Optionally...

  1. Choose Request 2 in the Select Request popup window that should have not appeared and click Done.
    image
  2. See that Request 1 is still selected in the dropdown box.
    image

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

@faustool faustool added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Sep 11, 2023
@filfreire
Copy link
Member

@faustool this is fixed in a merged PR #6477 and will go out in an upcoming release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests

2 participants