Skip to content

Completion on qualified modules #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Tarmean opened this issue Jul 24, 2020 · 1 comment
Closed

Completion on qualified modules #232

Tarmean opened this issue Jul 24, 2020 · 1 comment
Labels
component: ghcide type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..

Comments

@Tarmean
Copy link

Tarmean commented Jul 24, 2020

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?

@jneira jneira added type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc.. component: ghcide status: needs repro labels Jul 24, 2020
@Tarmean
Copy link
Author

Tarmean commented Oct 6, 2020

Version 0.5.0 fixes this issue. Thanks a ton for your work!

@Tarmean Tarmean closed this as completed Oct 6, 2020
pepeiborra pushed a commit that referenced this issue Dec 27, 2020
* Try adding a dependency on TypeCheck

* Show warning regardless of the status of -Wall

* Try diagnostics after type checking, again

* Use `useE` instead of `use_` to not get a `BadDependency` error

* Degrade information about signatures if not present in user options

* Fix tests

* Better suggested signatures for polymorphic bindings

* Remove old comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: ghcide type: bug Something isn't right: doesn't work as intended, documentation is missing/outdated, etc..
Projects
None yet
Development

No branches or pull requests

2 participants