swift-plugin icon indicating copy to clipboard operation
swift-plugin copied to clipboard

Space of the Swift language support plugin for JetBrains IDEs

Results 26 swift-plugin issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot 2023-09-11 at 9 21 59 AM](https://github.com/jansorg/swift-plugin/assets/42622715/0dc5010d-ee9b-4232-9412-c17ccbf8b18f) ![Screenshot 2023-09-11 at 9 21 39 AM](https://github.com/jansorg/swift-plugin/assets/42622715/a2f3ad31-7191-47a3-9183-107625d0a9f6) 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...