In VSCode, edit cannot use any of the keys at the top
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 14.6k
- Forks
- 734
- Avg merge
- 8h 40m
- Merged PRs (30d)
- 4
Description
You can only type within the editor, but you cannot perform operations like opening files, saving files, creating new files, searching files, or setting options like automatic line wrapping.
Contributor guide
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
Start by reproducing the issue in VSCode and checking how edit handles the top-row keys. Trace the key handling entry point for file opening, saving, file creation, search, and automatic line wrapping. Done means those operations can be triggered from the affected keys while editing in VSCode.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, vscode
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100