Refactoring
Wing supports refactoring, which is the process of modifying code to improve its structure and organization without changing its behavior. These very high-level editing operations are informed by Wing's understanding of Python source code. For example, refactoring can be used to rename a symbol wherever it is referenced, or to move a block of code into a function, replacing it with an invocation of the new function.
Section Contents
9.0.
Rename Symbol
9.1. Move Symbol
9.2. Delete Symbol
9.3. Extract Function / Method
9.4. Introduce Variable
9.5. Add Import Statement
9.6. Rename Current Module
9.7. Symbol to *
9.8. Imports Tool
9.1. Move Symbol
9.2. Delete Symbol
9.3. Extract Function / Method
9.4. Introduce Variable
9.5. Add Import Statement
9.6. Rename Current Module
9.7. Symbol to *
9.8. Imports Tool
