Refactoring Swift Code#

The available refactorings are currently based on Apple’s SourceKit LSP. At this time, “Rename” is the only refactoring available.

Rename Refactoring#

The rename refactoring allows you to rename a symbol in your Swift code. It works in the same way as rename for other languages.