You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Status
The structure view of *.swift files support all declaration types of Swift 5.9 beta.
Multiple declarations via
let
orvar
are flattened into multiple items.For example,
let a=1, b=2, c=3
is shown as three different itemsa
,b
, andc
.Missing Features
Request for Feedback
Is there anything you'd like to see or is there anything missing in the structure view?
The text was updated successfully, but these errors were encountered: