swift-plugin
swift-plugin copied to clipboard
Space of the Swift language support plugin for JetBrains IDEs
Thanks for developing this. I've tried it with one of my projects: [SwiftFormatter](https://github.com/kuglee/SwiftFormatter). Unfortunately I've got some phantom errors reported in the following files (I'm using Xcode Version 15.2 (15C500b)):...
Installed the plugin to check it out, but I'm mostly working with projects that don't involve swift. I regularly work with many projects open at once. Often, when I open...
First of all, thanks for the plugin! However, I'm having some trouble with "go to definition" functionality for methods. It's just shows the intellij loader and nothing happens. OS: MacOS...
I'm not sure If I'm doing something wrong, but changing color scheme setting not working.   Plugin...
## Request for Feedback Please share your thoughts and ideas about the best experience for a Swift source code formatter.
## Status It's currently unclear if or how compatibility with XCode is possible. Most likely, a deep integration won't be feasible. ## Request for Feedback Please share your thoughts and...
Integrate with the Swift LSP server. *Update*: The current version already has partial support for SourceKit LSP. Supported features: - Code completion - Go to declaration - Find usages, rename,...
## Status Code completion is available now, including support for LSP snippets. It still needs work for some of the advanced snippets, e.g. nesting or regexp. ## Request for Feedback...
## Status This feature is available as „type hierarchy“. ## Request for Feedback Please share your thoughts for an ideal experience!
## Status The structure view of *.swift files support all declaration types of Swift 5.9 beta. Multiple declarations via `let` or `var` are flattened into multiple items. For example, `let...