Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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).