combobulate icon indicating copy to clipboard operation
combobulate copied to clipboard

Structured Editing and Navigation in Emacs with Tree-Sitter

Results 35 combobulate issues
Sort by recently updated
recently updated
newest added

Hi, I want to improve my code navigation skill and I am glad I found combobulate. I am trying to adapt it for Rust. However, I run into an issue...

bug

## Problem I see several problems with the way combobulate's code is split into files: 1. There is no library of functions another elisp hacker could build on without adding...

enhancement
question

Hi, I'm new to the tree-sitter world and I just saw this line in `combobulate.el`: ```emacs (add-to-list 'tree-sitter-major-mode-language-alist '(js2-mode . tsx)) ``` Why using "tsx" as language instead of plain...

bug

Great stuff. As a big fan of things like lispy, this is a step in the right direction. Very in-line with how Emacs works I think. I'm using `combobulate` already...

Hi, this is a great idea and something I've kicked around myself but didn't know how/have the time to start approaching it. I have made many extensions for myself of...

question

Hi, This package looks very cool! I'm glad to see more developments in the structural editing space outside of the lisps. As I mentioned earlier, I'm working on a similar...

This is probably more a FYI than an actual issue I'm running emacs on Windows 11, and checkout of the master-branch (onto NTFS) appears to have issues with the "*"-character...

ms-windows

Just a quick note to say that narrowing down what *current* means with respect to /moving an object/ is likely to match what *current* means with respect to what should...

One of the powers of lispy is its _selective modality_. When you are on a paren, or the region is active, simple single key bindings can be repeatedly used to...

enhancement
question

The command `combobulate-proffer-indentation` takes a mandatory `node` as argument but starts with the `(interactive)` spec: as a result, calling the command interactively triggers a `wrong-number-of-arguments` error.