-
-
Notifications
You must be signed in to change notification settings - Fork 412
Closed
Labels
component: ghcidetype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Description
Steps to reproduce
I have 2 modules
module MyModule (myid) where
myid :: a -> a
myid a = amodule MyModuleB (myid') where
import qualified MyModule
myid' :: a -> a
myid' = MyModule.myidI 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
alexnaspo
Metadata
Metadata
Assignees
Labels
component: ghcidetype: bugSomething isn't right: doesn't work as intended, documentation is missing/outdated, etc..Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..