dfinity / vscode-motoko

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

Implement 'organize imports' functionality #142

Closed rvanasa closed 1 year ago

rvanasa commented 1 year ago

Sorts and groups Motoko imports on pressing the "Organize imports" key binding.

Here is an overview of the current grouping and sorting rules:

TODO:

Progress towards #123.