microsoft / microsoft/vscode-sublime-keybindings
`ctrl+shift+d` is (almost) wrong
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 257
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
Hi!
ctrl+shift+d should triggers editor.action.copyLinesDownAction only if there's no selection, as mentioned on #10 . Otherwise, it should duplicate the selection content.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the VS Code keybinding entry for ctrl+shift+d and read the related behavior discussed in #10. Done means the command runs editor.action.copyLinesDownAction only with no selection, while a selected range is duplicated; verify both cases with the repository's available validation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100