jansorg / swift-plugin

Space of the Swift language support plugin for JetBrains IDEs
35 stars 0 forks source link

Rename refactoring #9

Open jansorg opened 1 year ago

jansorg commented 1 year ago

Status

work in progress, using sourcekit-lsp

Support for the rename refactoring is not yet available. It's currently unclear what a proper implementation entails. Investigation is needed to decide if rename is best implemented via SourceKit LSP or as a native solution with the JetBrains plugin SDK.

Request for Feedback

Please share your thoughts and ideas about this feature.