Open
Description
I wonder if we should just send a sequence of terms to cursorless and then have a full-blown parser there (tree-sitter?). Then we could define precedence rules, etc. Ie "head inside every funk air past bat" would be split into a sequence of seven tokens: [head, inside, every, funk, air, past, bat]
, and then cursorless VSCode would figure out how to parse it.
- See also Implement next-gen inference engine #193
- See also Fix
"head block line air"
#789