Skip to content
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

Auto-complete for imports #18

Open
Fresheyeball opened this issue May 18, 2016 · 1 comment
Open

Auto-complete for imports #18

Fresheyeball opened this issue May 18, 2016 · 1 comment

Comments

@Fresheyeball
Copy link

module Foo.Bar exposing (..)
...

Given the file above, it would be nice if typing the code below, hinted at the existence of Bar

import Foo.|
@tylerthehaas
Copy link

Do you think there is another tool that would be better able to handle this feature? I would love to see this but I'm concerned that elm-oracle isn't the right tool for this as it is mostly used for querying docs or a code base and doesn't provide intellisense type support as far as I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants