Skip to content

Completion on qualified modules #232

Closed
@Tarmean

Description

@Tarmean

I am really enjoying the 0.2.1 release but it introduces a fairly annoying QoL issue.

import qualified Data.Map as M
foo = M.<trigger autocomplete>

Expected behavior: Complete exports of Data.Map.
Actual behavior: Complete unqualified values in scope.

In 0.2.0 the expected behavior happens for me.

Minor side note, it might be nice to have ModuleIdent. be a autocompletion trigger. Should I create a seperate feature request issue for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: ghcidetype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions