Onwards to 1.0 & most-wanted features #149
Replies: 3 comments 15 replies
-
|
I've only ever used it for Python, and it has change the way I write code. I like it even more than what emacs provides for lisp. Thank you for making it! The one thing that I miss is the ability to navigate into elif/else blocks with just I also miss rust support, I might look into adding it the next time I'm on vacation. |
Beta Was this translation helpful? Give feedback.
-
|
Great package. I think highlighting could be improved. Specifically, it doesn't allow me to highlight a majority of nodes and its error message isn't helpful. In my current code, I can edit the node text at point just fine in every place I try, but if I try to highlight those same nodes it tells me "Cannot derive a parent node from the current node" I'm also unsure why console entries are always highlighted - what's the rationale for this? |
Beta Was this translation helpful? Give feedback.
-
|
I don't know if this is a documentation request or a feature request :) I think it would be useful to have some clarification around how to think about the navigation axes for control flow in Python and similar langs. Starting here: combobulate (sanely) decides that navigating "down" from here must mean I want: However, it's unclear to me what the best way to get this instead is: Or: combobulate navigation is already 3D, since there is next/previous/forward/back/up/down, and forward/back seem to be the easiest way to navigate within the header, I've deduced I can go forward, then down, but this still behaves somewhat unintuitively. Seqeunce start: Move forward 2x: Move down: Surprised that puts me on the zip rather than inside it, I'm guessing because |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I'm going to cut a 1.0 release -- the first stable release -- of Combobulate in early 2026 or so. That sort of timeline. There's a few more issues to fix, but it's been quite stable for a long while now, so I think it's time.
So I wanted to ask: what are your most-wanted features? What do you want Combobulate to support/do next in terms of features?
Beta Was this translation helpful? Give feedback.
All reactions