You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode calls these shortcut cursorWordPartLeftSelect and cursorWordPartRightSelect and I also used it in Sublime. I miss it in Zed.
What it does is select up to the next casing change:
I think, VSCode seems to mess up in certain cases changes like here it doesn't select the "E" which seems like a bug to me. But not an issue in normal code:
It should also stop when hitting non 0-9|a-z|A-Z:
I wonder if you'd consider this feature in Zed? Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
VSCode calls these shortcut
cursorWordPartLeftSelect
andcursorWordPartRightSelect
and I also used it in Sublime. I miss it in Zed.What it does is select up to the next casing change:
I think, VSCode seems to mess up in certain cases changes like here it doesn't select the "E" which seems like a bug to me. But not an issue in normal code:
It should also stop when hitting non 0-9|a-z|A-Z:
I wonder if you'd consider this feature in Zed? Thanks
Beta Was this translation helpful? Give feedback.
All reactions