I'm still really missing the AST-based navigation from Merlin / Vim, nearly every day. #1091
ELLIOTTCABLE
started this conversation in
Ideas
Replies: 2 comments
-
Sure, it could be exposed. You'll need to manage the selection inside the vscode extension though. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There's also a built-in command "Expand Selection", which uses the AST based on LPS method |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
These were one of Merlin's best features, for working in OCaml code every day:
I see that there's
ocamllsp/wrappingAstNode
in the upstream repo; could that perhaps be exposed in the UI as a pair of hotkeys?Beta Was this translation helpful? Give feedback.
All reactions