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

Increased granularity for "expand selection" action #544

Open
Lootwig opened this issue Oct 15, 2024 · 1 comment
Open

Increased granularity for "expand selection" action #544

Lootwig opened this issue Oct 15, 2024 · 1 comment
Assignees
Labels
enhancement new feature or request

Comments

@Lootwig
Copy link

Lootwig commented Oct 15, 2024

When placing the caret somewhere inside the string (e.g. So|me) and executing VS code's editor.action.smartSelect.expand action, it would be nice if the iterations were:

  1. Some
  2. Some Text
  3. "Some Text"
  4. text := "Some Text"
  5. whole file
#Include anInclude.ahk

text := "Some Text"

a:: {
    ; Some Hotkey
}

Currently, the steps are just "Some", and then immediately "whole file".

@Lootwig Lootwig added the enhancement new feature or request label Oct 15, 2024
@mark-wiemer
Copy link
Member

Oh wow, I love the expand selection action, I use it rarely but when it works it's great! I am able to repro this issue, and I should be able to fix it :)

@mark-wiemer mark-wiemer moved this to Todo in AHK++ Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants