-
Updated
Aug 18, 2020 - HTML
atom-package
Atom is a modern open source text editor developed by GitHub. It is designed to be approachable out of the box yet highly customizable. Atom is built using web technologies: the look and feel can be customized using CSS and new features can be added with HTML and JavaScript. There are also thousands of community created themes and packages available.
Here are 678 public repositories matching this topic...
When I was using only ESLint Atom plugin `linter-eslin
-
Updated
Jan 30, 2020 - JavaScript
-
Updated
Oct 13, 2017 - HTML
-
Updated
Aug 28, 2020 - TypeScript
-
Updated
Mar 26, 2020 - CoffeeScript
-
Updated
Jul 19, 2020 - JavaScript
-
Updated
Oct 29, 2019 - JavaScript
-
Updated
Sep 28, 2019 - JavaScript
-
Updated
Mar 13, 2018 - JavaScript
-
Updated
Sep 27, 2019 - JavaScript
-
Updated
May 18, 2020 - JavaScript
-
Updated
Feb 9, 2019 - HTML
-
Updated
Nov 7, 2018 - JavaScript
-
Updated
Jun 12, 2020 - CoffeeScript
-
Updated
Apr 20, 2018 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Oct 9, 2019 - JavaScript
-
Updated
Aug 22, 2020 - JavaScript
-
Updated
Jul 31, 2018 - CoffeeScript
-
Updated
Jan 14, 2018 - JavaScript
Sometimes it's useful not to turn off automatic server launching (automatic server selection off and default server none), but then there is not way to launch a server in the current project.
It could be either 3 separate commands, one for each server, or one command and a dialog to choose one. It could also suggest the server depending on the project setup (as if automatic server selection
-
Updated
Jul 22, 2020 - CoffeeScript
-
Updated
Mar 2, 2020 - CoffeeScript
-
Updated
Aug 30, 2017 - JavaScript
We have this sweet
Timeagocomponent that humanizes a timestamp, and then keeps that data up to date.I did not know about
Timeago, when we were making theCommitDetailViewand thePullRequestCommitView. It would be good to make those components useTimeago, and also see if there's anywhere else that needs to be cleaned up.