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

Freature Request: Inline type inspection #22

Open
Fresheyeball opened this issue Oct 15, 2015 · 5 comments
Open

Freature Request: Inline type inspection #22

Fresheyeball opened this issue Oct 15, 2015 · 5 comments

Comments

@Fresheyeball
Copy link

Its a dream, but I'd like to be able to hover over anything and see a type stack a la FPComplete.

screen shot 2015-10-16 at 11 41 00 am

In Elm it could be something like:

foo : Signal Int
foo = Signal.map ((+) 1) sigInt

when the cursor is over map, the tooltip could say

: (a -> result) -> Signal a -> Signal result
: (Int -> Int) -> Signal Int -> Signal Int
@Fresheyeball
Copy link
Author

*drools

@nmn
Copy link

nmn commented May 1, 2016

A hyperclyck provider to support cmd/ctrl + click would be pretty awesome too!

@edubkendo
Copy link
Owner

So I am not personally using Atom these days, nor do I have any current Elm projects, but this does sound pretty awesome. I would happily accept a pull request implementing this feature if @brianegan doesn't get around to it.

@gyzerok
Copy link

gyzerok commented May 18, 2016

@edubkendo may be this is a good reason to transfer project to someone or elm-community?

@Fresheyeball
Copy link
Author

@gyzerok that sounds wise.

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

No branches or pull requests

5 participants