Skip to content

Suggestions for module statements #785

@ArthaTi

Description

@ArthaTi

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 here

I'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_status

so 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions