Daniel Mendler

Results 683 comments of Daniel Mendler

@oantolin I think `counsel-locate-action-extern` or `embark-open-externally` fits better into an action library, like Embark, not here.

Sorry, I misunderstood - I thought it is only used as an action, I should have looked more closely. What you propose selects a file, opens it externally, that's perfectly...

I think I should also add `consult-doctor` but I am not sure yet what it should do.

@manuel-uberti @doolio I implemented flycheck support for now, because this is what I am using. consult-flycheck works great. In particular using the preview and jumping back and forth between errors....

@tomfitzhenry I added `consult-imenu` in https://github.com/minad/consult/commit/e37fbf233ac1824ce413d765020eaab8ea854238. It also supports preview in contrast to flimenu

@oantolin Good idea regarding the category! Right, it will only work if you have the transformers :(

@hmelman While I have also wished for a better interface to the keybindings, I am not sure what the right way is. I think it would probably be sufficient to...

@hmelman I see there are benefits, but I think they are rather marginal in contrast to the benefits provided by other commands , which bring something new to the table,...

@doolio Since you proposed `consult-linux-app`, I want to let you know, that I think it is out of scope of this project for the following reasons/missed criteria: 1. The command...

@veronikazaglotova You proposed originally in https://github.com/raxod502/selectrum/issues/241 a command to search through docstrings. I tried to implement a `consult-help` command which allows to search through all symbol documentation strings. The formatting...