Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Preview selected files in list #5

Closed
garand opened this issue Dec 5, 2013 · 52 comments
Closed

Preview selected files in list #5

garand opened this issue Dec 5, 2013 · 52 comments

Comments

@garand
Copy link

garand commented Dec 5, 2013

filepreview

In ST3, when filtering through the files in their fuzzy finder, the editor displays the contents of the file temporarily so you can peek into them without opening them. This would be an awesome feature to have as it can be helpful when trying to nail down exactly which file contains what you're looking for.

@benogle
Copy link
Contributor

benogle commented Dec 12, 2013

This is pretty heavily requested feature. I cant find many other related tickets, but it comes up with almost every sublime user. Related: atom/tree-view#3

@mneuhaus

This comment has been minimized.

@DouweM

This comment has been minimized.

2 similar comments
@mackermedia

This comment has been minimized.

@hkdobrev

This comment has been minimized.

@rodrigok

This comment has been minimized.

1 similar comment
@maruf89

This comment has been minimized.

@h0jeZvgoxFepBQ2C

This comment has been minimized.

@djpate

This comment has been minimized.

@andersennl
Copy link

What's the current status on this? It would be really useful.

@jclusso
Copy link

jclusso commented Nov 18, 2014

any update on this? +1

@sarod

This comment has been minimized.

1 similar comment
@drewbrokke

This comment has been minimized.

@lee-dohm
Copy link
Contributor

lee-dohm commented Jun 5, 2015

This feature is now available using the "Preview Tabs" feature. You can go into the Settings View, navigate to the tabs package settings and check "Use Preview Tabs":

screen shot 2015-06-05 at 8 46 14 am

@garand
Copy link
Author

garand commented Jun 5, 2015

giphy

@mnquintana
Copy link
Contributor

Actually @lee-dohm I think this request is slightly different from Preview Tabs as currently implemented – in the initial screenshot, files are previewed as they're selected in the fuzzy-finder, which currently isn't implemented.

@mnquintana mnquintana reopened this Jun 5, 2015
@lee-dohm
Copy link
Contributor

lee-dohm commented Jun 5, 2015

Ah ok. Thanks for catching that. Still ... progress.

@mehcode
Copy link

mehcode commented Jun 5, 2015

@mnquintana I'd agree. And this looks far easier for a quick PR now that Preview Tabs are implemented.

@garand
Copy link
Author

garand commented Jun 5, 2015

tumblr_m0tq0c3odq1qe6dvp

@lucasfcunha

This comment has been minimized.

1 similar comment
@garethweaver

This comment has been minimized.

@jwuwork
Copy link

jwuwork commented Jul 4, 2015

Submitted a pull request #113 for this. Enjoy! =)

@maahd

This comment has been minimized.

@skqr

This comment has been minimized.

@peteroome

This comment has been minimized.

3 similar comments
@adamhutch

This comment has been minimized.

@anotheredward

This comment has been minimized.

@dabou

This comment has been minimized.

@wprater
Copy link

wprater commented Aug 3, 2016

fuzzy finder and tabs are still lacking in comparison to ST3. is there an API they both use to query recently selected files?

@pcnate
Copy link

pcnate commented Aug 15, 2016

This is incredibly useful in ST3. I frequently use this to find the correct file that has a similar name because I could type in a partial path / filename match, then arrow through the list and if I hover over the text I could scroll down and see if this file contains some obscure code that I otherwise cannot find without some trial and error searching of the project folder. Many other features can be added through packages but it looks like this cannot be so easily.

@brandonk3nt

This comment has been minimized.

@ackramer

This comment has been minimized.

3 similar comments
@caseklim

This comment has been minimized.

@rammandadapu

This comment has been minimized.

@pinzer

This comment has been minimized.

@sPaCeMoNk3yIam

This comment has been minimized.

@mintyPT

This comment has been minimized.

1 similar comment
@oolongbrothers

This comment has been minimized.

@tgomesfork

This comment has been minimized.

@ghost

This comment has been minimized.

@iamrauu
Copy link

iamrauu commented Jun 29, 2017

+1 .. sadly its the main thing holding me back from switching to atom.

@cannjeff

This comment has been minimized.

@slikk66
Copy link

slikk66 commented Aug 10, 2017

So while ago searching for this, found this repo which seemed to be perfect, but didnt work for me: https://github.com/toshi-saito/fuzzy-finder

I forked it and did a bit of tweaking with @captin411 and we got it working on Atom 1.19.0

I have no idea how to get this into a real plugin, and don't have time to add all the testing but maybe someone else does.

I think we broke the "git" stuff, specifically the ignored items (whatever those do, I dont know for sure) but the fuzzy preview works great

Steps:

  • Install "fuzzy-finder-plus" package, it's still available in Atom
  • Disable "fuzzy-finder" default installed package
  • Download my repo fork here: https://github.com/slikk66/fuzzy-finder
  • Copy the contents of /lib from my fork into your plugin directory of Atom, on my machine this is: /Users/YOUR_NAME/.atom/packages/fuzzy-finder-plus/lib/
  • Restart Atom

http://imgur.com/a/QwpXJ

@neilthawani
Copy link

I have opened a PR at #313 to address this.

@mono424

This comment has been minimized.

1 similar comment
@A7rMtWE57x

This comment has been minimized.

@pabloleone

This comment has been minimized.

@lee-dohm
Copy link
Contributor

lee-dohm commented Mar 12, 2019

Upon reviewing with the team today, we've decided that we don't want to own this functionality because of the various performance and stability impacts that it could have on the fuzzy-finder package. For example, what if you type some characters or select files that match the data files in a particular directory that are 5GB each? For this reason, we're closing this issue.

However, we did discuss the possibility of someone creating a provided service that could allow other community packages to integrate with fuzzy-finder to provide this behavior. We would be open to reviewing an RFC for a design of this proposed service in atom/fuzzy-finder. If anyone is interested in working on this, please open a new issue for the RFC for review by the maintainer team.

Thanks everyone for your feedback and passion for Atom.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests