-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Delete within a word stops at substring delimiters such as _ or change in case #46203
Comments
Implement word part move and delete for issue #46203
Covered by #53470 |
This works only after adding VS Code version: Code - Insiders 1.26.0-insider (c86cab2, 2018-08-02T05:12:16.245Z) |
@chrmarti starting with the previous release we have commands for subword navigation and subword deletion. These new commands (improved via the PR from my previous comment), cover the case reported in this issue. In other words, verification steps:
|
Feature Request:
I want to change the only the substring "MACRO" in
VS_MACRO_1
to "CODE", by placing the cursor at the second underscore, pressing Ctrl-Backspace, and type "CODE" to get,VS_CODE_1
.Right now, Ctrl-Backspace deletes everything until the word delimiter (e.g. " ", or "/", etc...).
The text was updated successfully, but these errors were encountered: