-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search: Replace, match previous case #11853
Comments
This is a good feature to have but I think this would change the existing behavior while replacing Thanks |
@sandy081 Yeah, i realize this request is a bit of a long-shot, lol. Oh well, thx anyway! |
@sandy081 I think that if matchCase option is off by default, there shouldn't be any change to the existing behavior. |
IntelliJ does this well. There's a separate switch called Preserve Case in the replace line. That would be ideal. |
Any updates on preserving case during replace? |
While doing a search and replace: If I don't have match case selected, could the find and replace, replace the appropriate words based on their previous case?
example: I have several references to "HomeComponent", "HomeService", "homeService", "homeModel", "homeRef", etc.
If I want to change the word "Home" to "Portal", why can't I just add the word "portal" in the replace input and it automatically change all the above to:
"PortalComponent", "PortalService", "portalService", "portalModel", "portalRef", etc ???
Nobody should complain about this new functionality because you clearly don't care about case when you have "Match Case" unselected!
The text was updated successfully, but these errors were encountered: