tree-edit icon indicating copy to clipboard operation
tree-edit copied to clipboard

🌲 Structural editing in Emacs for any™ language!

Results 36 tree-edit issues
Sort by recently updated
recently updated
newest added
trafficstars

It should be obvious when ERROR nodes are present in a buffer so users aren't surprised that editing operations don't work.

evil-tree-edit

Tree-edit should validate at some point (during CI?) if the token sequences defined for each type in `tree-edit-semantic-snippets` is actually a valid construction.

Currently the `tree-edit` syntax generation and rendering relies on the assumption that all modifications of the syntax tree would operate on a contiguous region (adjacent siblings). For example, if we...

bug
enhancement

Hey! tree-edit is fantastic. I've wanted common structural editing for so long, and Treesitter seems to be the way forward. Elixir is the primary language I use at work, so...

I am using Emacs 29 with c/c++-ts-mode DLL loaded and enabled, but tree-edit just refuses to believe that tree-sitter is available and prevent me to do any operation.

Trying to install the grammars on Spacemacs and GNU Emacs 29.1 (build 1, aarch64-apple-darwin22.6.0, Carbon Version 169 AppKit 2299.7) of 2023-10-02 (emacs-mac) on macOS. This is the error backtrace: ```...