elm-community / SublimeElmLanguageSupport

Elm language syntax highlighting and tool integration for ST2/3.

Home Page:https://packagecontrol.io/packages/Elm%20Language%20Support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goto Definition for types

mordrax opened this issue · comments

I'd like to be able to go to the definition for a type from a signature. Currently sublime just tells me it cannot find 'Type'

Coming from webstorm, this was a great feature to quickly see what fields is in the record or the values of the union type.

Is this something that's feasible in sublime?