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

Replace :: with / when searching for a file (configurable) #280

Open
1 task done
dennisvandehoef opened this issue Mar 3, 2017 · 1 comment
Open
1 task done

Comments

@dennisvandehoef
Copy link

Prerequisites

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 😉

@pyromaniac
Copy link

pyromaniac commented Nov 2, 2021

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants