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

step in smart selection for quotes #64688

Closed
pinage404 opened this issue Dec 9, 2018 · 4 comments
Closed

step in smart selection for quotes #64688

pinage404 opened this issue Dec 9, 2018 · 4 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) smart-select

Comments

@pinage404
Copy link

pinage404 commented Dec 9, 2018

When i use the keyboard shotcut to use the smart selection, i would like to have a step when i select a string that select the string without quotes (new feature) and another step that select with quotes (current behavior)

@vscodebot vscodebot bot added the search Search widget and operation issues label Dec 9, 2018
@pinage404 pinage404 changed the title smart sem step in smart selection for quotes Dec 9, 2018
@roblourens
Copy link
Member

You are talking about the "expand select" command right?

@roblourens roblourens assigned jrieken and unassigned roblourens Dec 9, 2018
@roblourens roblourens removed the search Search widget and operation issues label Dec 9, 2018
@pinage404
Copy link
Author

I'm talking about this command in my keybindings.json

	{
		"key": "ctrl+shift+up",
		"command": "editor.action.smartSelect.grow",
		"when": "editorTextFocus"
	},
	{
		"key": "ctrl+shift+down",
		"command": "editor.action.smartSelect.shrink",
		"when": "editorTextFocus"
	},

@jrieken
Copy link
Member

jrieken commented Dec 10, 2018

/duplicate of #64004

@vscodebot vscodebot bot added the *duplicate Issue identified as a duplicate of another issue(s) label Dec 10, 2018
@vscodebot
Copy link

vscodebot bot commented Dec 10, 2018

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Dec 10, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Jan 24, 2019
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) smart-select
Projects
None yet
Development

No branches or pull requests

3 participants