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

"editor.wordSeparators" option is not always honored #36848

Closed
nerdo opened this issue Oct 24, 2017 · 1 comment
Closed

"editor.wordSeparators" option is not always honored #36848

nerdo opened this issue Oct 24, 2017 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-multicursor Editor multiple cursor issues

Comments

@nerdo
Copy link

nerdo commented Oct 24, 2017

  • VSCode Version: Code 1.17.2 (b813d12, 2017-10-16T13:47:41.889Z)
  • OS Version: Darwin x64 17.0.0
  • Extensions:
Extension Author (truncated) Version
swift Kas 0.0.3
php-namespace-resolver Meh 0.8.0
material-icon-theme PKi 2.2.3
vscode-intelephense-client bme 0.7.2
vscode-eslint dba 1.4.0
vscode-dash dee 1.7.1
gitlens eam 5.7.1
vscode-npm-script eg2 0.3.1
phpunit ema 2.1.1
LogFileHighlighter emi 1.2.0
phpcs ika 0.7.0
insert-cursor-at-beginning-of-each-line-selected kai 1.0.1
prettify-json moh 0.0.3
vscode-duplicate mrm 1.2.0
debugger-for-chrome msj 3.4.0
php-docblocker nei 1.3.2
pdf tom 0.2.0
vim vsc 0.10.2

(4 theme extensions excluded)


Steps to Reproduce:

  1. Set the editor.wordSeparators option to "editor.wordSeparators": "~!@#%^&*()-=+[{]}\|;:'",.<>/?". This is essentially the default value with $` removed.
  2. Enter this in the editor
$this->stuff
this stuff
and $this thing
  1. Place the cursor at the beginning of line 1 and press CMD+D to highlight the word $this. Nothing happens. Further, moving the cursor to anywhere within the word $this and pressing CMD+D highlights this, effectively ignoring the editor.wordSeparators.
  2. Side note: using the mouse does seem to honor the setting.

Reproduces without extensions: Yes

@vscodebot vscodebot bot added editor editor-core Editor basic functionality labels Oct 24, 2017
@alexdima
Copy link
Member

Duplicate of #15774

@alexdima alexdima marked this as a duplicate of #15774 Oct 25, 2017
@alexdima alexdima added *duplicate Issue identified as a duplicate of another issue(s) editor-multicursor Editor multiple cursor issues and removed editor-core Editor basic functionality labels Oct 25, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-multicursor Editor multiple cursor issues
Projects
None yet
Development

No branches or pull requests

2 participants