microsoft / microsoft/vscode-sublime-keybindings

`ctrl+shift+d` is (almost) wrong

Open
#74 5 comments 2 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.