Replies: 1 comment 7 replies
-
It is supported, but it's based on the untyped walker that you see in that commit. If there are shrinks/expands that feel weird, it's possible that we're not walking the tree correctly for that syntax shape, or some other similar problem in our implementation. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Referring to the shrink/expand selection feature in vscode, does ionide support this selection based on syntax? For example expanding selection to the expression at point, or current let binding
I was looking at this commit which makes me think it should be supported, but for me the selection works essentially like a text file, only expanding based on whitespace.
Beta Was this translation helpful? Give feedback.
All reactions