From 63bf6e397ad010a18661d510e126e760933eb1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 7 May 2025 14:52:56 +0200 Subject: [PATCH] faq.md: Refactoring --- topics/basics/faq.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/topics/basics/faq.md b/topics/basics/faq.md index c8ec57851..b3ef91fc6 100644 --- a/topics/basics/faq.md +++ b/topics/basics/faq.md @@ -24,8 +24,13 @@ for programmatic registration. ## Refactoring -* [How can I receive notifications about refactoring events?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206795955-Refactoring-Listeners) -* [How do I show a refactoring dialog programmatically?](https://intellij-support.jetbrains.com/hc/en-us/community/posts/206800005-How-to-invoke-refactoring-dialog-not-refactoring-itself-) +### How can I receive notifications about refactoring events? + +[`RefactoringEventListener`](%gh-ic%/platform/refactoring/src/com/intellij/refactoring/listeners/RefactoringEventListener.java) + +### How do I show a refactoring dialog programmatically? + +[`RefactoringActionHandlerFactory`](%gh-ic%/platform/lang-api/src/com/intellij/refactoring/RefactoringActionHandlerFactory.java) ## Make/Compile