mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Update Documentation/Refactoring Actions.md
Co-authored-by: Alex Hoppen <alex@alexhoppen.de>
This commit is contained in:
@@ -91,4 +91,4 @@ Refactoring capabilities come from two places:
|
||||
1. **sourcekitd**: Part of the Swift toolchain compiler infrastructure
|
||||
2. **SwiftSyntax**: The `swift-syntax` library's `SwiftRefactor` module
|
||||
|
||||
To add purely syntactic refactorings, you can contribute to [swift-syntax](https://github.com/swiftlang/swift-syntax). Semantic refactorings require changes to [sourcekit](https://github.com/swiftlang/swift).
|
||||
To add purely syntactic refactorings, you can contribute to [swift-syntax](https://github.com/swiftlang/swift-syntax). Semantic refactorings require changes to [sourcekitd](https://github.com/swiftlang/swift).
|
||||
|
||||
Reference in New Issue
Block a user