Q&A
Ask and answer questions to make information more available to wider audiences.
Benjamin Broadhurst @benjaminbroadhurst90   28, Jun 2023 12:00 AM
custom refactoring code
In which scenarios would you choose to write your own custom refactoring code?
answers 3
 
Answer 1
Natalie Jarrett @jarrettnatalie   03, Jul 2023 07:18 PM
You want to refactor a codebase that is particularly large or complex, and you need more control over the process than IntelliJ’s built-in tools can provide.
 
Answer 2
Natalie Jarrett @jarrettnatalie   03, Jul 2023 07:18 PM
You want to refactor a codebase that uses a lot of custom code that isn’t well-supported by IntelliJ’s built-in refactoring tools.

 
Answer 3
Elizabeth Jamyson @jamysonelizabeth   03, Jul 2023 07:13 PM
You want to refactor a codebase that isn’t written in Java.