jansorg / swift-plugin

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

Structure View #3

Open jansorg opened 1 year ago

jansorg commented 1 year ago

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 a=1, b=2, c=3 is shown as three different items a, b, and c.

Missing Features

Request for Feedback

Is there anything you'd like to see or is there anything missing in the structure view?

jansorg commented 1 year ago

A basic structure view is already available with the latest release