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
Classes support wasn't in the extension because we still supported v3/v4 in the stable version of the extension.
In the preview version, we're only supporting v5.1 and up so support for classes can finally be added back (there are commented out places in the code where this feature existed already. It was commented out when we supported v3/v4)
System Details
Issue Description
I recently started writing classes in Powershell and noticed that the outline only includes functions but not classes.
Expected Behaviour
Classes should appear in the outline view.
Actual Behaviour
Classes don't appear in the outline view.
I don't know if it's supposed to work and an actual bug or if it's a feature request, feel free to recategorize it if necessary.
The text was updated successfully, but these errors were encountered: