Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Alexandr Suhinin
Total activity
3
Last activity
May 05, 2021 07:57
Member since
May 04, 2021 12:00
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Articles (0)
Posts (0)
Comments (2)
Sort by recent activity
Recent activity
Votes
Edited
May 04, 2021 12:56
Hi,It can be dangerous to use the extract method to undo the inline refactoring. Both these refactorings do some code optimizations and thus inline+refactoring may fail or result in different code ...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically perform extract method on multiple method invocations
1 vote
Created
May 05, 2021 07:57
It's possible to invoke undo programmatically via `com.intellij.openapi.command.undo.UndoManager#undo`
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically perform extract method on multiple method invocations
0 votes