Skip to content

Commit 8a41c59

Browse files
[docs] Update SwiftLocalRefactoring.md (#37475)
1 parent 7f2c262 commit 8a41c59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/refactoring/SwiftLocalRefactoring.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Swift Local Refactoring
2+
13
Xcode 9 includes a brand new refactoring engine. It can transform code locally
24
within a single Swift source file, or globally, such as renaming a method or property
35
that occurs in multiple files and even different languages. The logic behind local refactorings is
@@ -334,7 +336,7 @@ This post just touches on some of the things that are now possible to implement
334336
If you are excited about extending the refactoring engine to implement additional transformations,
335337
Swift's [issue database](https://bugs.swift.org) contains [several ideas of refactoring transformations](https://bugs.swift.org/issues/?jql=labels%3DStarterProposal%20AND%20labels%3DRefactoring%20AND%20resolution%3DUnresolved) awaiting implementations.
336338

337-
For further help with implementing refactoring transformations, please see the [documentation] or feel free to ask questions on the [swift-dev](https://lists.swift.org/mailman/listinfo/swift-dev) mailing list.
339+
For further help with implementing refactoring transformations, please feel free to ask questions on the [Swift forums](https://forums.swift.org/c/development/compiler/9).
338340

339341
[sourcekitd]: https://github.com/apple/swift/tree/main/tools/SourceKit
340342
[ResolvedCursorInfo]: https://github.com/apple/swift/blob/60a91bb7360dde5ce9531889e0ed10a2edbc961a/include/swift/IDE/Utils.h#L158
@@ -345,5 +347,4 @@ For further help with implementing refactoring transformations, please see the [
345347
[DiagnosticsRefactoring.def]: https://github.com/apple/swift/blob/60a91bb7360dde5ce9531889e0ed10a2edbc961a/include/swift/AST/DiagnosticsRefactoring.def
346348
[swift-refactor]: https://github.com/apple/swift/tree/60a91bb7360dde5ce9531889e0ed10a2edbc961a/tools/swift-refactor
347349
[Refactoring.cpp]: https://github.com/apple/swift/blob/60a91bb7360dde5ce9531889e0ed10a2edbc961a/lib/IDE/Refactoring.cpp
348-
[documentation]: https://github.com/apple/swift/blob/main/docs/Refactoring.md
349350
[EditConsumer]: https://github.com/apple/swift/blob/60a91bb7360dde5ce9531889e0ed10a2edbc961a/include/swift/IDE/Utils.h#L506

0 commit comments

Comments
 (0)