-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
Right now, for every new module I add (using Helix as my editor), I have to manually type the module name:
// source/samerion/hunt/effect/database_status.d
module
// ^ no completions hereI've recently discovered that if I instead write an import statement, DCD will suggest me the name of the module I'm editing:
import samerion.hunt.effect.
// completion: ^ database_statusso what I have been doing, is first type an import statement, use the autocomplete, and then replace the import keyword with module. I think this could be handled more gracefully by DCD itself.
Metadata
Metadata
Assignees
Labels
No labels