Feature Request: Bulk Removal of Function Parameter #78070
Labels
feature
A feature request or implementation
refactoring
Area → source tooling: refactoring
source tooling
Area: IDE support, SourceKit, and other source tooling
SourceKit
Area → source tooling: SourceKit
Motivation
Currently, when removing a parameter from a function, developers must manually locate and update all call sites where the function is invoked. This process can be time-consuming and error-prone, especially in large codebases where the function is widely used.
Proposed solution
Enhance the Swift refactoring capabilities with a "Remove Parameter" functionality that:
Alternatives considered
N/A
Additional information
No response
The text was updated successfully, but these errors were encountered: