selfint / code-blocks

Manipulate code as blocks
https://marketplace.visualstudio.com/items?itemName=selfint.code-blocks
MIT License
5 stars 0 forks source link

Integrate diffsitter into diff view #105

Open selfint opened 1 year ago

selfint commented 1 year ago

Add support for using diffsitter if the current editor is a diff view.

selfint commented 1 year ago

Diffsitter doesn't support using queries for blocks, and also I want to implement this myself since it looks fun.

We will re-implement it using blocks instead of nodes.

selfint commented 1 year ago

Vscode doesn't seem to have a "diff editor" that we can override, instead we will need to override the actual git diff command?