Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
195 stars 48 forks source link

Order auto imports alphabetically #348

Open 0xEAB opened 8 months ago

0xEAB commented 8 months ago

Import statements inserted by using import suggestions are currently always appended at the end of the module’s top import list. I’d like to have them inserted in alphabetical order.