Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Structure View #3

Open
jansorg opened this issue Jun 27, 2023 · 1 comment
Open

Structure View #3

jansorg opened this issue Jun 27, 2023 · 1 comment

Comments

@jansorg
Copy link
Owner

jansorg commented Jun 27, 2023

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?

@jansorg
Copy link
Owner Author

jansorg commented Jul 5, 2023

A basic structure view is already available with the latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant