Git Product home page Git Product logo

Comments (52)

neilthawani avatar neilthawani commented on September 23, 2024 3

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

from fuzzy-finder.

josue avatar josue commented on September 23, 2024 2

LGTM 👍 :shipit:

This feature is all that's stopping me from switching to Atom. Wish this could be merged in soon.

from fuzzy-finder.

brandonk3nt avatar brandonk3nt commented on September 23, 2024 1

👍

from fuzzy-finder.

benogle avatar benogle commented on September 23, 2024

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

from fuzzy-finder.

mneuhaus avatar mneuhaus commented on September 23, 2024

+1 ;D

from fuzzy-finder.

DouweM avatar DouweM commented on September 23, 2024

👍

from fuzzy-finder.

mackermedia avatar mackermedia commented on September 23, 2024

👍

from fuzzy-finder.

hkdobrev avatar hkdobrev commented on September 23, 2024

+1

from fuzzy-finder.

rodrigok avatar rodrigok commented on September 23, 2024

+1

from fuzzy-finder.

maruf89 avatar maruf89 commented on September 23, 2024

+1

from fuzzy-finder.

h0jeZvgoxFepBQ2C avatar h0jeZvgoxFepBQ2C commented on September 23, 2024

+100

from fuzzy-finder.

djpate avatar djpate commented on September 23, 2024

+1

from fuzzy-finder.

andersennl avatar andersennl commented on September 23, 2024

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

from fuzzy-finder.

jclusso avatar jclusso commented on September 23, 2024

any update on this? +1

from fuzzy-finder.

sarod avatar sarod commented on September 23, 2024

+1

from fuzzy-finder.

drewbrokke avatar drewbrokke commented on September 23, 2024

+1

from fuzzy-finder.

lee-dohm avatar lee-dohm commented on September 23, 2024

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

from fuzzy-finder.

garand avatar garand commented on September 23, 2024

giphy

from fuzzy-finder.

mnquintana avatar mnquintana commented on September 23, 2024

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.

from fuzzy-finder.

lee-dohm avatar lee-dohm commented on September 23, 2024

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

from fuzzy-finder.

mehcode avatar mehcode commented on September 23, 2024

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

from fuzzy-finder.

garand avatar garand commented on September 23, 2024

tumblr_m0tq0c3odq1qe6dvp

from fuzzy-finder.

lucasfcunha avatar lucasfcunha commented on September 23, 2024

+1

from fuzzy-finder.

garethweaver avatar garethweaver commented on September 23, 2024

+1

from fuzzy-finder.

jwuwork avatar jwuwork commented on September 23, 2024

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

from fuzzy-finder.

maahd avatar maahd commented on September 23, 2024

+1

from fuzzy-finder.

otang avatar otang commented on September 23, 2024

+1

from fuzzy-finder.

jcraigk avatar jcraigk commented on September 23, 2024

+1

from fuzzy-finder.

ay18 avatar ay18 commented on September 23, 2024

+1

from fuzzy-finder.

skqr avatar skqr commented on September 23, 2024

👍 🎏

from fuzzy-finder.

peteroome avatar peteroome commented on September 23, 2024

+1

from fuzzy-finder.

adamhutch avatar adamhutch commented on September 23, 2024

+1

from fuzzy-finder.

anotheredward avatar anotheredward commented on September 23, 2024

+1

from fuzzy-finder.

dabou avatar dabou commented on September 23, 2024

👍

from fuzzy-finder.

wprater avatar wprater commented on September 23, 2024

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

from fuzzy-finder.

pcnate avatar pcnate commented on September 23, 2024

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.

from fuzzy-finder.

ackramer avatar ackramer commented on September 23, 2024

+1

from fuzzy-finder.

caseklim avatar caseklim commented on September 23, 2024

+1

from fuzzy-finder.

rammandadapu avatar rammandadapu commented on September 23, 2024

+1

from fuzzy-finder.

pinzer avatar pinzer commented on September 23, 2024

+1

from fuzzy-finder.

sPaCeMoNk3yIam avatar sPaCeMoNk3yIam commented on September 23, 2024

+100_000

from fuzzy-finder.

mintyPT avatar mintyPT commented on September 23, 2024

+1

from fuzzy-finder.

oolongbrothers avatar oolongbrothers commented on September 23, 2024

+1

from fuzzy-finder.

tgomesfork avatar tgomesfork commented on September 23, 2024

+1!

from fuzzy-finder.

 avatar commented on September 23, 2024

+1

from fuzzy-finder.

iamrauu avatar iamrauu commented on September 23, 2024

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

from fuzzy-finder.

cannjeff avatar cannjeff commented on September 23, 2024

+1

from fuzzy-finder.

slikk66 avatar slikk66 commented on September 23, 2024

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

from fuzzy-finder.

mono424 avatar mono424 commented on September 23, 2024

+1

from fuzzy-finder.

A7rMtWE57x avatar A7rMtWE57x commented on September 23, 2024

+1

from fuzzy-finder.

pabloleone avatar pabloleone commented on September 23, 2024

I was moving to Atom, but after finding this thread, I will say bye Atom and sorry to Sublime! Atom, was a pleasure!

from fuzzy-finder.

lee-dohm avatar lee-dohm commented on September 23, 2024

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.

from fuzzy-finder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.