CamelHump treatment for alt-[arrows] keys #21054
Labels
editor
Feedback for code editing, formatting, editor iterations, etc
feature
[core label]
navigation
Feedback for workspace navigation, breadcrumbs, definitions, files, panels, etc
Check for existing issues
Describe the feature
When navigating code, navigating using option-arrow command is a big part of the process.
I'm coming from JetBrains' IDEs and having the editor treat
_
(underscores) as word separators is a very important part when it comes to languages where snake_case is the syntax.In JetBrains editors, the setting is called
Settings|Editor|Smart keys|Use "CamelHumps" words
CamelHump. Which treats names such asthisFeature
as two words:this|Feature
andthis_feature
as two words:this|_|feature
(| indicating where the cursor stops when navigating with opt-arrow).Thank you.
Environment
Zed: v0.162.5 (Zed)
OS: macOS 15.1.1
Memory: 64 GiB
Architecture: aarch64
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: