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

Support IDE (IntelliJ) Refactorings #16

Open
simonnagl opened this issue Oct 24, 2022 · 1 comment
Open

Support IDE (IntelliJ) Refactorings #16

simonnagl opened this issue Oct 24, 2022 · 1 comment
Labels
approved Approved for implementation feature-request New feature or request

Comments

@simonnagl
Copy link

Context

I just tried serenade. I find it useful and I will use it in the feature as an extension to keyboard.

Goals

I want to do refactorings like renaming of a class over the whole project.

Proposed Solution

Support IDE Refactoring commands.

For example use refactor rename <selector> to call the IDE rename feature.

Alternatives

As an alternative I know about the possibility to write custom commands which may send the required keystrokes to IntelliJ.

@simonnagl simonnagl added feature-request New feature or request needs-triage Awaiting triage from a core team member labels Oct 24, 2022
@tmacwill tmacwill added approved Approved for implementation and removed needs-triage Awaiting triage from a core team member labels Jan 10, 2023
@tmacwill
Copy link
Member

thanks for the suggestion! would definitely be supportive in general of adding more integrations with JetBrains products. one thing to think about is how those commands will translate to VSCode or other IDEs as well—e.g., by making sure the commands are general vs. tied to a specific IDE implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Approved for implementation feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants