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

https://github.com/savetheclocktower/atom-autocomplete-jsdoc

Offers suggestions for JSDoc keywords
https://github.com/savetheclocktower/atom-autocomplete-jsdoc

Last synced: 11 months ago
JSON representation

Offers suggestions for JSDoc keywords

Awesome Lists containing this project

README

          

# atom-autocomplete-jsdoc

Offers suggestions for JSDoc keywords.

Once installed, you should automatically get suggestions for JSDoc keywords inside documentation blocks whenever you type `@` followed by any character. The keywords and their descriptions were scraped from [the JSDoc website](http://usejsdoc.org).

## TODO

* Add a snippet for each keyword, or at least for the most common ones.
* Integrate into [Docblockr](https://atom.io/packages/docblockr)?