项目作者: massifaqiri

项目描述 :
JavaScript Docstrings VSCode extension that adds standard JSDocs documentation to JS code
高级语言: JavaScript
项目地址: git://github.com/massifaqiri/JavaScript-Docstrings-VSCode-Extension.git
创建时间: 2020-02-02T16:36:25Z
项目社区:https://github.com/massifaqiri/JavaScript-Docstrings-VSCode-Extension

开源协议:MIT License

下载


JavaScript Docstrings

Features

This extension will save you time and make your code well-documented. Using this extension, you will be able to document your functions, classes, variables, header, etc, in the most efficient way. Look at the quick demo here:

General Demo

Available Options

  • Class
  • Function
  • Generator function
  • Objects
  • Header
  • Author
  • Version
  • Global variable
  • Constant variable
  • Deprecated items
  • Read-Only item
  • this Keyword
  • To-do
  • Data types notations
  • Link

How It Works

Nothing special. Just install it and go to your Command Palette. There, search for JSDocs. Then, you will see a bunch of options like JSDocs: Function. Make sure your cursor or selection is on the line where you would like the documentation to be inserted on the line above that. That could be function’s head in the case of function, just as demonstrated above.

Known Issues

Make sure your cursor is not on the first line, as the documentation is to be inserted on the line before that.

Release Notes

1.0.0

Initial release of javascript-docstrings extension.

Quick Note

I am actively seeking a full-time position. Please let me know if you know of any at: faqima01@luther.edu. Thanks a lot!

Enjoy!