mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit/Refactoring] Macro expansion
Add refactoring "Expand Macro" that expands macro expressions. rdar://102739026
This commit is contained in:
@@ -64,6 +64,8 @@ CURSOR_REFACTORING(AddAsyncAlternative, "Add Async Alternative", add.async-alter
|
||||
|
||||
CURSOR_REFACTORING(AddAsyncWrapper, "Add Async Wrapper", add.async-wrapper)
|
||||
|
||||
CURSOR_REFACTORING(ExpandMacro, "Expand Macro", expand.macro)
|
||||
|
||||
RANGE_REFACTORING(ExtractExpr, "Extract Expression", extract.expr)
|
||||
|
||||
RANGE_REFACTORING(ExtractFunction, "Extract Method", extract.function)
|
||||
|
||||
Reference in New Issue
Block a user