dfinity / vscode-motoko

Motoko language support for VS Code.
Apache License 2.0
42 stars 15 forks source link

Support all assignment patterns in outline and go-to-symbol #234

Closed rvanasa closed 11 months ago

rvanasa commented 11 months ago

Includes complex assignments such as let (a, b) = tuple or let { x } = object in both the outline and go-to-symbol interfaces.