Extract Constant

Extract a value to a constant

Highlight the value that you want to extract to a constant and press ⌥⌘C (macOS) / Ctrl+Alt+C (Windows/Linux), to extract it.

Extracting constants can be useful in improving the readability of your code.


Related Resources

Extract Method
Extract code to a new method
Inline Variable
Inline a variable in your code
Introduce variable
Refactor your code and introduce a new variable