Top "Atom-editor" questions

Atom is a hackable text editor created by GitHub and developed on top of the Electron desktop application platform.

How to auto-indent code in the Atom editor?

How do you auto-indent your code in the Atom editor? In other editors you can usually select some code and …

code-formatting atom-editor auto-indent
How to open Atom editor from command line in OS X?

I have the Atom editor and was wondering how you can open a file or folder from the terminal in …

macos command-line-interface atom-editor
Commenting out code blocks in Atom

I have been moving from Webstorm and RubyMine to Atom and I really miss a feature from the Jetbrains editors …

atom-editor
How to run a program in Atom Editor?

I found Atom editor as good free alternative to Sublime text editor. Not able to find a straightforward way to …

text-editor atom-editor
What is the difference between Sublime text and Github's Atom

Github announced Atom which is very similar to Sublime. Even some keyboard shortcuts like ⌘ + P, ⌘ + Shift + P etc. are same. …

editor sublimetext2 sublimetext text-editor atom-editor
How to change indentation mode in Atom?

I haven't been able to figure this out yet. Atom seems to use spaces as the default indentation mode. I …

indentation atom-editor
Is there a command for formatting HTML in the Atom editor?

I would like to format my HTML with a command, as I do in Visual Studio, using Ctrl+K+D. …

html atom-editor code-formatting
How to open the terminal in Atom?

How to open the terminal in Atom? Do I need to install a plug-in? If possible, I also would like …

ubuntu terminal atom-editor
How can I jump to class/method definition in Atom text editor?

Is there an easy way to do this? On Aptana I used Control+click and I wish there was a …

atom-editor
Running Python from Atom

In Sublime, we have an easy and convent way to run Python or almost any language for that matter using ⌘ + …

python atom-editor