Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eveningkid/underlinee
Underline your comments in Atom like a pro!
https://github.com/eveningkid/underlinee
atom atom-editor atom-package underline
Last synced: 26 days ago
JSON representation
Underline your comments in Atom like a pro!
- Host: GitHub
- URL: https://github.com/eveningkid/underlinee
- Owner: eveningkid
- License: mit
- Created: 2017-02-27T18:12:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T18:55:29.000Z (over 7 years ago)
- Last Synced: 2024-10-18T09:53:26.601Z (29 days ago)
- Topics: atom, atom-editor, atom-package, underline
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Underlinee Atom Package
## What?
Turn this...
```js
// Important components
```
...into this:
```js
// Important components
// ====================```
So far, it works just fine with single-line comments only (like `*`, `#`, `//`, ...).
## How?
Either `right click` > `Generate Underlinee comment` or `ctrl+alt+o` (this should **definitely** be changed in the future).