atom / fuzzy-finder

Find and open files quickly
MIT License
274 stars 138 forks source link

Fuzzy finder does not handle well results from multiple projects #382

Closed rafeca closed 5 years ago

rafeca commented 5 years ago

Description

When two results from different projects that are located in the same relative path have to be shown, fuzzy finder only shows the result from the first project

Steps to Reproduce

  1. Open two projects containing a package.json file in its root directory.
  2. Open the fuzzy finder and type package.json

Expected behavior: Get two results, one from each project.

Actual behavior: Get two duplicated results, from the same project.

Reproduces how often: Always