Jon Bockhorst
Jon Bockhorst
For types, type aliases, functions, and ports, a go to definition should resolve to just the name node, instead of the entire expression. For example: ```elm type alias Model =...
It can be really helpful to follow code back to the sources even when going through non-writable modules. We should allow this.
For https://github.com/elm-tooling/elm-language-server/pull/371
Specifically, using `ondragstart` instead of `onmousedown` for the DragStart event. Although users would have to specify the `draggable` attribute on their elements (which is why it should be optional), it...
I found a bug of characters duplicating on iOS devices when using `Input.Extra.text`. I did a good amount of exploration into the issue and here are my findings. Using both...
Subclasses will only generate if the node-types object is passed as the second arg to `Parser.Language.Load`. This makes the web bindings more like the node bindings and was modeled after...
@jfmengels I've started work on trying to run elm-review using a custom runner inside the language server that can make use of watch mode. It significantly improves performance as expected,...
It should remove the parameter and all calling references.