You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be incredibly useful if you could highlight something in the editor and run a command that pops up what type the Elm compiler has inferred for it. Is this even conceptually possible?
The text was updated successfully, but these errors were encountered:
I believe it's possible, but it's far from trivial to do at the moment. It would be really nice if the elm-compiler (or through some elm-tooling api) this was exposed to external tools. I think implementing type inference in the elm-light plugin (or vs code for that matter) would be a lot of effort which would be better suited as something more general.
Needs xompiler feature. Tracked as feature request in elm-compiler. Will reopen when/if some sort of support for tooling on this makes it into the compiler..
It would be incredibly useful if you could highlight something in the editor and run a command that pops up what type the Elm compiler has inferred for it. Is this even conceptually possible?
The text was updated successfully, but these errors were encountered: