Top "Atom-editor" questions

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

Uncaught Error: Cannot find module 'jquery'

I am using Electron to make a desktop app. In my app I am loading a an external site (outside …

javascript jquery node.js atom-editor electron
Atom JavaScript Autocomplete

I'm new to Atom and JavaScript, Atom seems to be pretty good for web developing. But to my best knowledge, …

javascript autocomplete atom-editor
How to upgrade Atom Editor on Linux?

What is the best way to upgrade atom on Linux Ubuntu ? I install atom using official doc git clone https://…

atom-editor
ES6 in JShint - .jshintrc has esversion, but still getting warning (using atom)

I am using atom, and I've tried several different jshint packages and they all give a warning which says "template …

javascript ecmascript-6 jshint atom-editor
How do I replace a newline in Atom?

In Atom, If I activate regex mode on the search-and-replace tool, it can find newlines as \n, but when I …

regex atom-editor
How to replace tabs with spaces in Atom?

As I started working with Atom text editor, I used tab-indentation but want to change to 4-space-indentation. I have several …

replace indentation atom-editor
atom.io auto create html basic structure

Im using atom.io for some time now and really like it. there is just one thing im missing. I …

atom-editor
Can't get Atom Linter to work

I'm new to Atom, the text edit, and I installed many packages, including Linter https://github.com/AtomLinter/Linter But …

lint atom-editor
Keyboard shortcut to convert selection to uppercase (or lowercase) in the atom editor

What is the keyboard shortcut to convert the currently selected text to uppercase (or lowercase) in the Atom editor?

atom-editor
Atom text editor remove trailing whitespace on save

I use Sublime text. Now I am trying Atom. When I save any file in sublime text it does not …

save whitespace sublimetext3 removing-whitespace atom-editor