extensions
extensions copied to clipboard
"Tab out" functionality
Check for existing issues
- [X] Completed
Describe the feature
Hit the tab button when next to a ) ] " ' > } or """ or ''' to jump outside of it.
https://github.com/zed-industries/community/assets/51489753/e008bf17-6d66-4048-9b7a-4793da78261a
If applicable, add mockups / screenshots to help present your vision of the feature
No response
I'd like to +1 this, would personally benefit from this.
This is important for people who use international keyboard configs. We have to use two keys in succession to write quotes, and therefore the default behavior of hitting the quote key when the cursor is before one to escape it doesn't work. It only adds an additional quote, replacing the previous character in the process.
https://github.com/zed-industries/zed/assets/50679537/6d3e6fb4-ad8c-472a-83db-611790ce3703
Having Tab escape quotes (as well as brackets, parentheses...) would improve the experience a lot !