haberdashPI / vscode-selection-utilities

Kakaune-inspired collection of useful commands for manipulating selections.
MIT License
9 stars 0 forks source link

Start testing out tree-sitter commands #60

Open haberdashPI opened 3 weeks ago

haberdashPI commented 3 weeks ago

Check out: https://github.com/71/vscode-tree-sitter-api

haberdashPI commented 3 weeks ago

This idea needs to be abandoned for now. Using the tree-sitter-api for vscode seems to be non-trivial from a web extension.

Alternative: I could move selection-utilities to a desktop extension (or dual? would that work?), and see if I can get it working in that context.

haberdashPI commented 3 weeks ago

Alternative, temporary approach: create a separate syntactic-selection extension that is desktop based, and use that for now.