Serena-based code extraction. Safely performs method, interface, and class extraction at the symbol level.
/plugin marketplace add chkim-su/serena-refactor-marketplace/plugin install serena-refactor@serena-refactor-marketplace# Extract Command Code extraction refactoring using Serena MCP. ## Usage ### Extraction Types | Type | Description | Example | |------|-------------|---------| | `method` | Extract method | `/extract method UserService/processUser` | | `interface` | Extract interface | `/extract interface UserService` | | `class` | Split class | `/extract class UserService` | --- ## Method Extraction ### Workflow #### 1. Analyze Target Method #### 2. Identify Extraction Target #### 3. Create New Method #### 4. Modify Original --- ## Interface Extraction ### Workflow #### 1. Analyze ...