Extract constant
The Extract Constant refactoring makes your source code easier to read and maintain. It also helps you avoid usage of hardcoded constants without any explanation about their values or purpose.
In the editor, select an expression or declaration of a variable you want to replace with a constant.
Press Ctrl+Alt+C to introduce a constant or select
in the main menu.Select an expression you want to extract as constant and press Enter. Select the number of occurrences you want to replace and a name you want to use.
Last modified: 08 October 2024