swift-plugin
swift-plugin copied to clipboard
Structure View
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
- Most icons of the items in the Swift structure view need to be updated
- Type inference, e.g. for variable declarations, is not available
Request for Feedback
Is there anything you'd like to see or is there anything missing in the structure view?
A basic structure view is already available with the latest release