Top "Atom-editor" questions

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

Visual Studio Code Plugins (Format / Spell Check)

Using the new Visual Studio Code editor vs 1. This is not the full Visual Studio IDE but their atom.io …

visual-studio-code atom-editor vscode-extensions
Atom Editor: multiple snippets

This is such a simple question but I can't find any documentation besides the readme. How can I have multiple …

code-snippets atom-editor
Show only whitespaces in Atom (not EOL)

If I choose Show Invisibles in Atom settings, then all invisible characters become visible: I would like to hide EOLs, …

whitespace atom-editor eol
How do I write a custom command in Atom?

I want to write a command for Atom that composes two or more pre-existing commands, like "Select Line" and then "…

atom-editor
How to "save with encoding"

I have csv file in UTF-8 and I want to save it in Cyrillic (Windows 1251) ... in Atom I found only …

encoding atom-editor
How to run code with Hydrogen

I am completely new to Atom. I installed it and it felt quite easy to use and set up. I …

python atom-editor jupyter hydrogen
atom-typescript complaining about tsconfig.json--how can I automatically create one?

I just started playing with the "atom-typescript" plugin as referenced here: Getting Started With TypeScript The page states that to …

typescript atom-editor
Use spell-check in code comments

I'm really loving Github's Atom editor! However, there is one thing on which I get stuck. I am sometimes struggeling …

atom-editor
What is the red arrow to the left of the line numbers on Atom?

What does the red arrow --seen between lines 95 and 96 in the screenshot below-- mean on GitHub's Atom editor? Thanks!

atom-editor
Can Atom work with Python virtualenvwrapper

I want to start a Flask app. I installed virtualenvwrapper to manage the packages but I can't let Atom know …

python virtualenv atom-editor virtualenvwrapper