Top "Atom-editor" questions

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

Using git with ssh-agent on Windows

I'm on Windows. I installed git and posh-git (some helpers for Windows PowerShell). I can add keys with ssh-add and …

git powershell ssh atom-editor ssh-agent
How to enable syntax errors/warnings highlighting in atom

So I was using Aptana Studio before, and now I switched to Atom. And I got used to Aptana's errors …

atom-editor
How can I get atom.io's "Go to Declaration" to really do that?

In atom.io, if I right click in "wrappedlabel" here: <label class="wrappedlabel">"Be Kind to Animammals - …

html css atom-editor
Atom, search in all the files

I'm trying to do a complete search through Atom, looking for a specific text. Well, this sounds very simple, using …

atom-editor
How do I make a default syntax by filetype in Atom text editor?

I want my .ejs files to have html syntax, however, it always opens the files as Plain Text. In sublime …

atom-editor
How to share/transfer an Atom installation (packages and settings) from one Mac to another?

Is it possible to copy Atom from one Mac to another, including all installed packages, settings etc?

atom-editor
Debugging python in Atom?

Any package or IDE for Atom that will allow me to watch variables when debugging? I tried https://github.com/…

python debugging atom-editor
GitHub Atom - Remove the center line in the editor

I just downloaded the GitHub Atom Editor and I'm customizing it. But I couldn't remove the line that is the …

github atom-editor
Create Project in Atom Editor

Recently I moved from Sublime Text to GitHub Atom editor. I wanted to create new project in Atom editor. How …

github editor atom-editor
Command to move line up or down in Atom Editor

I have used Sublime for years and am trying out Atom for the first time. How can I move a …

keyboard-shortcuts atom-editor