-
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
Make Ctrl+D use editor.wordSeparators
instead of language word definition
#25380
Comments
|
So it's up to me to change the word definition of the language if I want it otherwise. Thanks. |
Language word definitions can not be easily changed except by language extensions. @alexandrudima My suggestion is still that ctrl-d uses the
|
Than perhaps it's worth editing the title and making this issue about that.
…On 26 Apr 2017 12:43, "Martin Aeschlimann" ***@***.***> wrote:
Language word definitions can not be easily changed except by language
extensions.
But changing it is not recommended as would break contributed code assists
which use the word expression to decide what to complete and replace.
@alexandrudima <https://github.com/alexandrudima> My suggestion is still
that ctrl-d uses the editor.wordSeparators and what's selected in Ctrl+D
is consistent with what double clicking gives you. That's what I see in
Sublime too.
Also it would be great if "editor.wordSeparators" could made a language
scopable
"[css]": {
"editor.wordSeparators": ""
}
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#25380 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABk1jC1i1_Qw9-a2PzCpBjPZKzYXp_7iks5rzxGjgaJpZM4NIfEB>
.
|
editor.wordSeparators
instead of language word definition
Let's track in #15774 |
Steps to Reproduce:
.foo { property-with-dash: value }
.ctrl-d
.What I expected: Selection would be only on the word I was on, dashes acting as delimiter, like space.
The text was updated successfully, but these errors were encountered: