Krzysztof Wende
Krzysztof Wende
Full jump to definition functionality - [x] Local jump to definition - [x] Back from a jump - [ ] Remote jump to definition - [ ] Elixir sources setting...
Like here: https://github.com/folkertdev/elm-state/blob/3.0.1/src/State.elm#L532-L549
``` > 0x000000 0 : number > 0x0000001 1 : number > 0x0000201 513 : number > 0x000020a 522 : number ```
``` t : (Int, Type -> Type) ``` Won't work unless a function is wrapped in parens ``` t : (Int, (Type -> Type)) ```
Thanks to `@strategy` the matchers will check all, or try the first one and stop finding next matches. That way You can put more specific matches before these less specific...
Using Proton. All of the console outputs seems fine. No errors or significant warnings. It used to work fine until updating to Atom 1.25.1 and now after removing the `/.elixir-ls`...
I'm working professionally in CoffeeScript. I really love LiveScript idea and would like to move, to develop in it, instead of coffee. However whilst CoffeeScript is widely supported by IDEs....