I want to realize the function of "ctrl+d" shortcut key of vscode. Is there any simple scheme?
I want to realize the function of "ctrl+d" shortcut key of vscode. Is there any simple scheme?
Hello,
Are you referring to "select word" functionality? If so, we already have an EditorCommands.SelectWord edit action that is bound to Ctrl+Shift+W by default in the SyntaxEditor.InputBindings.
What I want is the effect of vscode (ctrl+d) continuous selection.
1. Each time "ctrl+d" will select a word that is the same as the previous selected item
Hello,
We don't have a built-in edit action for that particular feature right now but will try and add it for the next maintenance release.
Please log in to a validated account to post comments.