john_bergmann

joined 1 year ago
[–] john_bergmann@alien.top 1 points 11 months ago

combine these😎 use multiple cursors in an editable ripgrep result buffer. or in an editable dired buffer. use project.el or projectile, use radio buttons in org or define your own buttons in hyperbole.

[–] john_bergmann@alien.top 1 points 1 year ago

usually the compiler can help here, as it knows what was needed in the code and where the definition came from, including macros. Not sure there is an open-source tol for that though, if clang-tidy does not do it.

as it was said elsewhere, when there are several configurations at play, one needs to be careful.

[–] john_bergmann@alien.top 1 points 1 year ago

multi-cursors in an editable grep result over files limited to the current project. Modify, save, and all relevant files are updated.

Never seen this level of integration of features in any of the other editors I have tried during my 25 years of using emacs.