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
- Host: GitHub
- URL: https://github.com/savetheclocktower/atom-autocomplete-jsdoc
- Owner: savetheclocktower
- License: mit
- Created: 2017-11-28T02:33:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T04:26:42.000Z (over 8 years ago)
- Last Synced: 2025-02-26T17:55:15.224Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)?