ericdanan / counsel-projectile

Ivy UI for Projectile
286 stars 39 forks source link

FR: support previews like counsel-switch-buffer #163

Closed aspiers closed 3 years ago

aspiers commented 4 years ago

counsel-switch-buffer has a really awesome feature where it previews buffers which are currently selected in the minibuffer, even before switching to them. It would be great if counsel-projectile-switch-to-buffer and maybe other functions could also do this.

ericdanan commented 4 years ago

Thanks for the suggestion. I am very short of time currently but will try to implement it.

aspiers commented 4 years ago

Amazing, thank you so much in advance for anything you can manage!

ericdanan commented 3 years ago

I just implemented this, please test.

aspiers commented 3 years ago

Works beautifully - awesome work!!

ericdanan commented 3 years ago

Note that I just improved the preview functionality and also made it optional, you need to set counsel-projectile-preview-buffers to a non-nil value if you want it. If you do so then counsel-projectile will also preview non-visited files if counsel-switch-buffer-preview-virtual-buffers is non-nil (which is the default).

aspiers commented 3 years ago

Sounds very cool, I'll give it a try!

Andsbf commented 2 years ago

just "installed/tweaked" it today,

@ericdanan thanks for another GREAT feature!