Inline Refactoring

See Also

Inline refactoring allows you to replace references to a variable, method, or constant with the values assigned to the variable, the implementation of the method, or the constant, respectively.

To initiate inline refactoring, select a local variable (temp), method, or constant and choose Refactor > Inline from either the main IDE's or popup menu. After you initiate inline refactoring, the Refactoring Window opens in the lower right corner of the IDE.

The IDE provides the following inline refactorings:

See Also
About Refactoring
Refactoring: Quick Reference
Undoing Refactoring Changes
Refactoring Window

Legal Notices