Skip to content

Autocompletion no longer counts qualified imports #2082

Closed
@Akhristenko

Description

@Akhristenko

Steps to reproduce

I have 2 modules

module MyModule (myid) where

myid :: a -> a
myid a = a
module MyModuleB (myid') where

import qualified MyModule

myid' :: a -> a
myid' = MyModule.myid

I delete myid in second module and invoke autocompletion when cursor placed after MyModule.

Expected behaviour

In autocompletion list i see only functions from MyModule

Actual behaviour

In autocompletion list i see all function from all modules

Metadata

Metadata

Assignees

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