Run `F1` > `Organize imports` with the following snippet ```svelte <script> import { foo } from "./bar"; import { bar } from "./foo"; const leet = foo + bar; </script> ``` <img width="573" alt="Code_2021-05-07_09-55-07" src="https://user-images.githubusercontent.com/30108880/117417152-55e4ca80-af1a-11eb-9491-60166d0ea2dd.png"> Result: <img width="573" alt="Code_2021-05-07_09-55-12" src="https://user-images.githubusercontent.com/30108880/117417186-5d0bd880-af1a-11eb-9ff7-aef24752117c.png">