On Tuesday, 2 June 2020 at 20:08:09 UTC, bauss wrote:
What happens if you have the same symbol in multiple modules? Ex. two libraries that implement symbols with same name.


First module will inserted.

Is there a way to be selective?

I want it too! :)

And what about keyboard shortcut?

A specially for you !

Sublime 3 / Preferences / Key bindings:
[
    { "keys": ["alt+a"], "command": "dlang_auto_import" },
]

Reply via email to