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 <[email protected]> wrote: > 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. > вт, 4 окт. 2016 г. в 12:05, Dénes Harmath <[email protected]>: > >> 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-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 of slow), same on other IDE's that I've tried that use >> elm-oracle too (maybe because elm-oracle is just hella-slow on Windows, >> unsure elsewhere). >> >> There is another plugin for elm on atom that came out recently: >> https://atom.io/packages/elmjutsu >> >> Elmjutsu adds significantly faster intellisense, more accurate >> intellisense (well same accuracy but more 'useful'), a sidebar (or >> bottom/top) that shows docs on where the cursor is, types shown, go to >> symbol or declaration or go back, and so much more. It is made by one of >> the same people that primarily work on linter-elm-make to fix-up things in >> linter-elm-make that are out of the scope for that addon. >> >> The elm-format atom addon is useful too, it uses elm-format to reformat >> your file, which you can do on save (don't do that on Windows, Windows >> non-cow filesystem makes elm-format hurgurk if done at same time as file >> saving), or only when you call it (which I do, and do often). >> >> >> @Rupert Smith : Just open atom and open the 'folder' of your project >> where the elm-package.json is. It works in atom's folder mode. >> >> On Wednesday, August 10, 2016 at 7:28:12 AM UTC-6, Rupert Smith wrote: >> >> 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 <https://atom.io/packages/linter-elm-make> package. You >> get inline errors and some other goodies. >> >> >> Any idea how to tell linter-elm-make where to pick up the >> elm-package.json from? >> >> I have >> >> - elm-package.json >> - src/ >> - elm/ >> - Main.elm >> >> and it complains imports are missing, I think because it cannot see the >> elm-package.json file. >> >> -- >> 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 >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > 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 > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- 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 email to [email protected]. For more options, visit https://groups.google.com/d/optout.
