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
In the C++ menu, we have something call Select Block Up... It would be nice to move that to CodeDocument, and implement it with TreeSitter with "select larger syntax node" and "select smaller syntax node".
In the C++ menu, we have something call Select Block Up... It would be nice to move that to
CodeDocument
, and implement it with TreeSitter with "select larger syntax node" and "select smaller syntax node".That would make it way more useful.
Ideas coming from this blog: https://zed.dev/blog/syntax-aware-editing
The text was updated successfully, but these errors were encountered: