Top "Atom-editor" questions

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

Not able to connect to atom.io for themes and packages

I believe my work proxy is preventing me from being able to add themes and packages to Atom. From the …

proxy atom-editor
How to enable the vertical lines in atom?

The screenshot on the Atom.io site shows, that the editor has vertical lines which show how much a line …

editor atom-editor
How to configure Atom to use proxy file (pac) settings?

On Windows, is it possible to configure Atom to use the system default proxy instead of manually specifying the proxy …

windows configuration proxy atom-editor pac
Atom Editor-view whitespace character

I am a newbie in python and I like Atom Editor, you know the indentation precision and spaces control is …

atom-editor
How to install Atom packages offline or when the atom package manager doesn't work?

I have a computer behind a very restrictive proxy server it only allows me to surf the web and download …

atom-editor network-security
Select all found RegEx results in Atom

I'm trying to select all of the results found by a regex find so I can modify them all (not …

atom-editor
Changing comment colour in Atom editor

I would like to change the colour of comments in the Atom editor. From a bit of googling, I found …

css atom-editor
Is there a command for "Show Invisibles" in Atom?

Is there a command available to key mapping for toggling the display of invisibles in the Atom editor. A Show/…

keymapping atom-editor
Atom exclude node_modules folder from search

How to exclude node_modules folder from Atom searches "Find in project" after you have put node_modules inside your .…

git atom-editor
How to configure atom-beautify package to format with babel/jsx javascript files?

I searched for a package to auto-indent and beautify my React/babel code. I just tried atom-beautify which seems to …

reactjs atom-editor babeljs prettify