[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-08 Thread Thomas Droxler
Hi everyone, I'm using vim (neovim) with `ElmCast/elm-vim` and I'm currently integrating elm to Sarsi (see PR ). This allows me to automatically jump on error (no need to read the file/line/column in the error mess

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-06 Thread Dave Thomas
Im pretty much using VSCode for everything in Elm, with some occasional use of LightTable with the elm-light plugin which is very nice too. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-05 Thread Basel Hamadeh
I use Vim as my main text editor and i just started with Elm and i find the elm plugin for vim pretty good On Wednesday, August 10, 2016 at 6:47:34 PM UTC+8, Rupert Smith wrote: > > I'm trying the Elm emacs mode, but it is pretty bad. If I select and > indent a whole file for example all the imp

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-05 Thread 'Rupert Smith' via Elm Discuss
On Wednesday, October 5, 2016 at 3:15:42 PM UTC+1, Kristo Koert wrote: > > I use spacemacs with the Elm layer > https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/elm > Looks interesting. That could tempt me back to emacs. -- You received this message because you are subscribed t

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-05 Thread 'Rupert Smith' via Elm Discuss
On Wednesday, August 10, 2016 at 11:47:34 AM UTC+1, Rupert Smith wrote: > > I'm trying the Elm emacs mode, but it is pretty bad. If I select and > indent a whole file for example all the import statements and statements > within a let .. in get indented +1 more level as you go down the list. > S

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-05 Thread Kristo Koert
I use spacemacs with the Elm layer https://github.com/syl20bnr/spacemacs/tree/master/layers/%2Blang/elm Works very well for me, and pretty easy to set up. I also tried tried these editors before settling on spacemacs: Sublime Text Plugin (Abandoned and missing some features) Atom (Too slow for

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread Martin DeMello
The top two features I look for in a code editor are vim emulation and autoindentation - how does vscode hold up in those areas? martin On Tue, Oct 4, 2016 at 5:07 AM, Ed Ilyin wrote: > BTW, vscode is now gaining popularity (even among Google employees) for > its consistent look, speed and nice

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread Magnus Rundberget
Hi Author of elm-light the Elm plugin for Light Table here. I'm not 100% sure, but I think I might be right when saying that currently my plugin provides the widest range of Elm related features at the moment. A lot of folks have never heard of Light Table

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread Keith Lazuka
I use (and contribute to) the Elm plugin for IntelliJ . It has rename support (although not for modules/files yet). Detects unresolved references and suggests a quick fix that adds the correct import for you. Has great go-to-definition support. I have e

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread Dénes Harmath
I created a Google Spreadsheet for this, feel free to edit it: Elm editor plugin comparison > 2016. okt. 4. dátummal, 16:12 időpontban OvermindDL1 > írta: > > Are there a set of wiki pages t

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread OvermindDL1
Are there a set of wiki pages that such a table could be set up at? Perhaps at the elm-lang.github.io or so? This would be a good setup to add. I know Atom plugins have all the below features for Elm (and more features). On Tuesday, October 4, 2016 at 6:35:38 AM UTC-6, Andrew Radford wrote:

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread 'Andrew Radford' via Elm Discuss
I'm also using this, but one thing that I can't figure out is how to copy code to the elm repl. Never works if you copy more than one line... Would love to see a matrix of capabilities for common editors, covering things like * Intellisense * Send to Repl * Go to definition * Rename Refactor *

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread Ed Ilyin
BTW, vscode is now gaining popularity (even among Google employees) for its consistent look, speed and nice git and shell integration. It is based on Monaco-editor. Elm plug in: https://github.com/sbrink/vscode-elm I have used sublime, vim, emacs, spacemacs, atom+proton and now Elming on vscode. в

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread Witold Szczerba
Recently I've tried the VS Code. Installed the elm plugin and it works like a charm. I'm positively surprised. 04.10.2016 12:05 PM "Dénes Harmath" napisał(a): > Thank you very much for pointing to elmjutsu, it provides the IDE features > that I was missing! :) > > 2016. augusztus 10., szerda 16:

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-10-04 Thread Dénes Harmath
Thank you very much for pointing to elmjutsu, it provides the IDE features that I was missing! :) 2016. augusztus 10., szerda 16:32:47 UTC+2 időpontban OvermindDL1 a következőt írta: > > As others have stated, atom is awesome, easily the best so far. > > You have https://atom.io/packages/linter-

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread OvermindDL1
Atom used to be *hugely* laggy when I last tried it. But I spun it up again recently for this new work project a couple months ago and it is significantly better now, very responsive (not quite as responsive as, say, KDevelop, which blows even intellij away, but fantastic now nonetheless). On

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread Rex van der Spuy
I've found the HTML5 based editors like Atom and Lightable a bit laggy in the past (maybe things have changed?) so for me it's Sublime all the way down :) -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop r

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread Simone Vittori
> Any idea how to tell linter-elm-make where to pick up the elm-package.json > from? > Go to linter-elm-make's settings and tick "Always Compile Main". -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop re

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread Eduardo Cuducos
I'm quite happy with vim & elmcast/elm-vim. In other news: I'm quite happy but :ElmFormat does not work — yes, the bin is available on my $PATH. Any ideas why? On Wed, Aug 10, 2016 at 3:58 PM Joey Eremondi wrote: > Elm-light is full of features, and actively maintained by someone who is > prett

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread Joey Eremondi
Elm-light is full of features, and actively maintained by someone who is pretty active on this mailing list, which is nice. https://github.com/rundis/elm-light On Aug 10, 2016 7:56 AM, "Nick H" wrote: > I use emacs elm-mode too, and I agree that the default formatting is super > bad. But you can

Re: [elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread Nick H
I use emacs elm-mode too, and I agree that the default formatting is super bad. But you can fix this by installing elm-format and enabling the flag elm-format-on-save. Instead of indenting the entire file, just save your work and all will be well. I haven't had any problems with crashing or stalli

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread OvermindDL1
As others have stated, atom is awesome, easily the best so far. You have https://atom.io/packages/linter-elm-make as other have mentioned. It and language-elm use elm-oracle for intellisense, which is accurate, but hella-slow, like amazingly slow (multiple-seconds to bring up intellisense kind

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread 'Rupert Smith' via Elm Discuss
On Wednesday, August 10, 2016 at 1:19:53 PM UTC+1, Simone Vittori wrote: > > I tried Atom recently, it gets pretty good when you start using the > linter-elm-make package. You > get inline errors and some other goodies. > Any idea how to tell linter-elm

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread David Legard
VS Code on one machine, Atom on another. Both very good. And Firacode as the font, of course, for those cool ligatures. -- You received this message because you are subscribed to the Google Groups "Elm Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an ema

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread Simone Vittori
I tried Atom recently, it gets pretty good when you start using the linter-elm-make package. You get inline errors and some other goodies. Anyway I've been a happy Sublime Text user for a long time now. Elm support is quite good too, I used to have inl

[elm-discuss] Re: Which text editor do you prefer for Elm?

2016-08-10 Thread Robin Heggelund Hansen
I use VSCode and I'm pretty happy with it onsdag 10. august 2016 12.47.34 UTC+2 skrev Rupert Smith følgende: > > I'm trying the Elm emacs mode, but it is pretty bad. If I select and > indent a whole file for example all the import statements and statements > within a let .. in get indented +1 mo