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 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:
Some
Some Text
"Some Text"
text := "Some Text"
whole file
#IncludeanInclude.ahktext := "Some Text"a:: {
; Some Hotkey
}
Currently, the steps are just "Some", and then immediately "whole file".
The text was updated successfully, but these errors were encountered:
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 :)
When placing the caret somewhere inside the string (e.g.
So|me
) and executing VS code'seditor.action.smartSelect.expand
action, it would be nice if the iterations were:Currently, the steps are just "Some", and then immediately "whole file".
The text was updated successfully, but these errors were encountered: