Made Editor Hint reachable by Tab (Fixes #132085)
Fixes #132085
Adds the following features to empty text editor hint
- Allow user to navigate across hint options using tab.
- Allow user to press escape to directly go to editor.
Steps to Run the code
- Build and run the VSCode
- Create an Empty File
- press tab to move across hint items
- press escape to get back to editor.
@microsoft-github-policy-service agree
Hey @joyceerhl . Would be great if you can review this PR.
@joyceerhl could you please take a look at this when you have a moment? Thank you! 🙂
@joyceerhl Thanks a ton for the review. I have implemented the suggestions.
Hey @joyceerhl could this be merged, Or we have anything pending here?
Merge conflict Moving the milestone
Resolved the conflicts
Build error: emptyTextEditorHint.ts: line 10, col 25, Warning - Imports have to be relative to support ESM (local/code-import-patterns)