microsoft / microsoft/edit

[feature request] more shortcuts

Open
#904 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
14.6k
Forks
734
Avg merge
8h 40m
Merged PRs (30d)
4

Description

hope more shortcuts:
insert new line above/below ( editor.action.insertLineAfter and editor.action.insertLineBefore in vscode)
Copy Line Down (editor.action.copyLinesDownAction in vscode )
scroll Line Down/Up ( scrollLineDown in vscode)
Expand Line Selection (expandLineSelection in vscode)

thanks!

Contributor guide

Open the contributing guide

Research direction

Use the VS Code command names in the issue as the behavior reference, then locate the editor's existing shortcut or command definitions. Add support for inserting lines above and below, copying a line down, scrolling one line up or down, and expanding line selection. Verify each shortcut manually using the editor's normal interaction flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.