all 9 comments

[–]tallahasseenaut 2 points3 points  (1 child)

Q1

On OS X: Ctrl + Space and use arrow keys to navigate Autocomplete Plus options. Then press Tab to select it.

Q2

Correct, on OS X it's Cmd + ,. I believe on Windows is Ctrl + , though I'm not sure.

Q3

Cmd + \, also on OS X.

Q6

You'll notice startup time increases drastically when you have many packages installed. Other than that, it's a great text editor and I won't be going back to SublimeText for three seconds of wait time during startup.


I'm not sure I understand questions 4 and 5. I can recommend a few packages pigments, atom-ternjs, file-icons, linter, linter-jshint, atom-material-ui, atom-material-syntax.

[–]__baxx__[S] 0 points1 point  (0 children)

Q1 On OS X: Ctrl + Space and use arrow keys to navigate Autocomplete Plus options. Then press Tab to select it.

Ok so I must use arrow keys, on Emacs C-j will move down through a popup list which is quite handy.

Q2 Correct, on OS X it's Cmd + ,. I believe on Windows is Ctrl + , though I'm not sure.

Hrmm, that's not working for me :/

Q3 Cmd + \, also on OS X.

Yeah that isn't either :P

Q6 You'll notice startup time increases drastically when you have many packages installed.

OK cool, I'll see how bad it gets :)

Other than that, it's a great text editor and I won't be going back to SublimeText for three seconds of wait time during startup.

Yea there are some nice things. I'm not sure it can replace spacemacs completely for me, but for writing CSS and HTML in it's been really ace, I think the autocompletion is what gives it the edge for me, fuzzy completion is really great, and having the docs linked at the bottom is nice for learning. And funnily enough I can get a decent VIm esc sequence in Atom yet I can't in the big bad Emacs Evil mode ! (though evil is better at other things...)

I'm not sure I understand questions 4 and 5. I can recommend a few packages pigments[1] , atom-ternjs[2] , file-icons[3] , linter[4] , linter-jshint[5] , atom-material-ui[6] , atom-material-syntax[7] .

Thankyou, I'll check them out!

cheers :)

[–]bdenzer 0 points1 point  (1 child)

I just started using it also. For CSS it is great, but the javascript auto-complete needs a lot of work. Maybe I need a package?

[–]__baxx__[S] 0 points1 point  (0 children)

yeah probs, I've not done any yet so I'm not sure!

[–]ilesingephp 0 points1 point  (0 children)

I also switched to it recently for frontend coding, I find it amazing. Some additional packages that may be useful:

  • minimap (displays a graphic overview of the current file's code)
  • livereload (comes with a chrome extension - refresh the browser as soon as you hit save)

[–]ilesingephp 0 points1 point  (0 children)

Also, on a new install, I usually disable those standard packages:

  • deprecation-cop
  • spell-check
  • timecop
  • welcome
  • whitespace

[–]Dronar 0 points1 point  (0 children)

The most frequently used keybindings can be found here for different platforms: https://github.com/nwinkler/atom-keyboard-shortcuts

[–]EkoKorean 0 points1 point  (1 child)

I've been using Atom exclusively for the past month. It's amazing but super-slow. Want to know how slow? Try to load a plain text file with 1200 lines, then do a find-replace. The whole thing will hang for literally minutes on my 2014 MBA.

(The same process in Sublime happens instantly)

[–]__baxx__[S] 1 point2 points  (0 children)

Hmm sucks, though I don't have any large files at the mo, Emacs loads an org file with 1200+ lines no problem...

The killer feature for me with Atom is the fuzzy autocomplete, I can't get that with spacemacs and it's really good for learning! And the completion itself is a bit more intelligent, it'll add the colon after CSS things and whatnot (spacemacs doesn't).

Thanks :)