Case-preserved change selection #13362
Unanswered
leonlonsdale
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Forgive me if this already exists, but I've not found it yet, if it does.
The idea is to add a case preserving change_selection.
For example, let's say I am making a simple budgeting app in which I have a class Accounts. I create an instance, accounts. Within the file documentation / doc strings, both Accounts and accounts are referenced. Lets say I now decide that the name Accounts is not quite right - I now want to rename it to bills, to free up the name for a new Accounts class for bank accounts.
It would be cool if there was a case preserve version of 'c' when changing.
Beta Was this translation helpful? Give feedback.
All reactions