-
Notifications
You must be signed in to change notification settings - Fork 193
Find and Replace in Project not returning ANY results #1156
Description
Prerequisites
- [X ] Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
- Open file and select a var to search in project
- Open Project Find and Replace, paste in var
- Search results window opens, no results found (even though the file I searched from has the var, as do other files)
Expected behavior:
When searching for a known item in a project, the Project Find and Replace results should list all occurrences of the item searched for.
Actual behavior:
Just recently, the Project Find and Replace always returns a No Results page, even when the item searched for is known to exist in multiple files.
Reproduces how often:
Always
Versions
Atom : 1.58.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
Additional Information
I have walked through the troubleshooting steps:
Atom and all packages are up to date
I disabled all community and most of the core plugins, one by one, to see if any were contributing to this issue
I searched the bug reports for similar issues
I ran Atom in safe mode, but this did not resolve the issue
I cleared Atom's saved state, again, this did not resolve the issue
I also reset Atom to factory defaults, the issue still persists
I confirmed there are no linked packages
I also confirmed all core settings were as desired
I don't know if a package or core update caused this issue.. but, for about a week or two, the Project Find and Replace has not been working and always returns a No Results page (even when the search term is known to exist in the project).