microsoft / microsoft/vscode-documentdb
Add hotkey support to Web Views
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 31
- Forks
- 22
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 21
Description
Review the PR here that shows a good solution introducing HotKey support to web views.
https://github.com/microsoft/vscode-cosmosdb/pull/2704
Both extensions share similar web view architecture, adding hot key support to our web views should be straight forward at this point.
In this iteration add simple shortcut to save documents in our DocumentsView.
We'll add other shortcuts in a second PR.
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 reading PR #2704 and the DocumentsView implementation to understand the existing web-view hotkey approach. Add the requested save shortcut for DocumentsView, keeping other shortcuts out of scope, and verify that the shortcut saves documents as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100