Skip to content
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

Key-oriented arguments for IDE renaming - fall all strings #1

Closed
askirmas opened this issue Feb 23, 2021 · 0 comments
Closed

Key-oriented arguments for IDE renaming - fall all strings #1

askirmas opened this issue Feb 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@askirmas
Copy link
Owner

askirmas commented Feb 23, 2021

72f619e: src/ide-renames.test.ts
main: src/ide-renames.test.ts

Straight / basic

const {class1, class2} = props.classnames
<Component straight<typeof Component>(className, {class1, class2}) />
const s: iStraight<typeof props> = straight
, {class1, class2} = props.classnames
<Component s(className, {class1, class2}) />
// is it possible?
<Component2 s<typeof Component2>(className, {class1, class2}) />
const s = straightCreator<typeof props>()
const s = straightCreator(props) // senseless to use vars
@askirmas askirmas added the enhancement New feature or request label Feb 23, 2021
@askirmas askirmas self-assigned this Feb 23, 2021
askirmas pushed a commit that referenced this issue Feb 23, 2021
@askirmas askirmas changed the title Key-oriented arguments for IDE renaming Key-oriented arguments for IDE renaming - fall all strings Feb 23, 2021
askirmas pushed a commit that referenced this issue Feb 24, 2021
askirmas pushed a commit that referenced this issue Feb 25, 2021
askirmas pushed a commit that referenced this issue Feb 25, 2021
askirmas pushed a commit that referenced this issue Feb 25, 2021
askirmas pushed a commit that referenced this issue Feb 25, 2021
askirmas pushed a commit that referenced this issue Feb 25, 2021
@askirmas askirmas added this to the v0.11 milestone Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant