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+W 's ability to expand the selection area needs to be enhanced. #182

Open
lartpang opened this issue May 24, 2020 · 6 comments
Open

Comments

@lartpang
Copy link

This extension is great. Thank you for your contribution.

But I found that there are still some deficiencies.
In IDEA, the selection of regions should be gradually increased, rather than including the entire row directly at once.

@kasecato kasecato self-assigned this May 29, 2020
@kasecato
Copy link
Owner

kasecato commented Jun 2, 2020

@lartpang Thanks. That is true. I'm using the VSCode standard features editor.action.smartSelect.grow and their behavior seems to be different from IntelliJ. There's nothing I can do about it at this time 😭

@lartpang
Copy link
Author

lartpang commented Jun 3, 2020

Well, thank you anyway.

@wuzhefang
Copy link

same question, pity
and in my vscode, ctrl+w is close window. not the editor.action.smartSelect.grow

@lartpang
Copy link
Author

same question, pity
and in my vscode, ctrl+w is close window. not the editor.action.smartSelect.grow

You can modify your keymap. ⌨️

@kasecato
Copy link
Owner

ctrl+w is working, but still different from IntelliJ

@vyach-vasiliev
Copy link

I added this to ">Preferences: Open Keyboard Shortcuts (ctrl+k, ctrl+s) and now the selection works like in JetBrains IDEA 🎉

    {
        "key": "ctrl+w",
        "command": "editor.action.addSelectionToNextFindMatch",
        "when": "editorFocus && !editorHasSelection"
    },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants