You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Add the ability to replace characters.
When i have a definition in code like MarkupPrefabQueries::Locators::ProductContactForm it cant find it. I have to replace all :: to / since it finds exactly the correct file when i search for: MarkupPrefabQueries/Locators/ProductContactForm.
Off course this is a solution for me (using ruby/rails) but it can be different for other languages. Thats way I suggest to make it configurable 😉
The text was updated successfully, but these errors were encountered:
Joining the request. Just realized that I need it desperately as well.
The solution though might be to implement ignored characters list without any replacements. Those chars should be removed from the search string automatically.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prerequisites
* Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
Description
Add the ability to replace characters.
When i have a definition in code like
MarkupPrefabQueries::Locators::ProductContactForm
it cant find it. I have to replace all::
to/
since it finds exactly the correct file when i search for:MarkupPrefabQueries/Locators/ProductContactForm
.Off course this is a solution for me (using ruby/rails) but it can be different for other languages. Thats way I suggest to make it configurable 😉
The text was updated successfully, but these errors were encountered: