[elm-discuss] Re: IntelliJ (WebStorm) devs, how do you read the compiler errors?

2016-10-25 Thread Birowsky
Thanx to you guys, I'm so close to what I wanted to do. I have summed up my findings here: http://stackoverflow.com/q/40240254/592641 Hop on if you have an idea! Carlos, sorry, i'm not sure what are you doing inside ESLint : ) please elaborate your discoveries. -- You received this message

[elm-discuss] Re: IntelliJ (WebStorm) devs, how do you read the compiler errors?

2016-10-24 Thread Carlos Poon
@Birowsky - Hi Daniel, sorry last screenshot was a bit too wide: So this is going to sound a little crazy, but it seems like we can put in custom config files for

[elm-discuss] Re: IntelliJ (WebStorm) devs, how do you read the compiler errors?

2016-10-24 Thread Carlos Poon
@Birowsky - Hi Daniel, This is as much as I can get, in terms of errors:

[elm-discuss] Re: IntelliJ (WebStorm) devs, how do you read the compiler errors?

2016-10-24 Thread Birowsky
@Keith I have just the man for that. My colleague uses Kotlin for the backend, this is how hard his life is: hover over the 5:

[elm-discuss] Re: IntelliJ (WebStorm) devs, how do you read the compiler errors?

2016-10-23 Thread Carlos Poon
@Birowsky - thanks for those keyboard shortcuts ! very useful. I'm not sure about Elm 0.17.1 but future versions may use elm-make with --debug, which you can add to your build script, i guess. I have setup a nice way of building any current .elm file in Webstorm, using File Watcher dialog,