Atom is a hackable text editor created by GitHub and developed on top of the Electron desktop application platform.
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-indentI have the Atom editor and was wondering how you can open a file or folder from the terminal in …
macos command-line-interface atom-editorI have been moving from Webstorm and RubyMine to Atom and I really miss a feature from the Jetbrains editors …
atom-editorI found Atom editor as good free alternative to Sublime text editor. Not able to find a straightforward way to …
text-editor atom-editorGithub 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-editorI haven't been able to figure this out yet. Atom seems to use spaces as the default indentation mode. I …
indentation atom-editorI would like to format my HTML with a command, as I do in Visual Studio, using Ctrl+K+D. …
html atom-editor code-formattingHow to open the terminal in Atom? Do I need to install a plug-in? If possible, I also would like …
ubuntu terminal atom-editorIs there an easy way to do this? On Aptana I used Control+click and I wish there was a …
atom-editorIn Sublime, we have an easy and convent way to run Python or almost any language for that matter using ⌘ + …
python atom-editor