mirror of
https://github.com/Hopiu/annotate-extension.git
synced 2026-03-17 00:10:23 +00:00
upadated version number and readme
This commit is contained in:
parent
71cc72fd93
commit
6edd943d5f
2 changed files with 1 additions and 4 deletions
|
|
@ -16,7 +16,4 @@ Alternatively, use the keyboard shortcut `CTRL`+`Alt`+`A` on Windows, or `⌘`+`
|
||||||
This will create a JSDoc like annotation according to the function signature. It will add ```@private``` if the function starts with an underscore. It will create a ```@param``` for each parameter.
|
This will create a JSDoc like annotation according to the function signature. It will add ```@private``` if the function starts with an underscore. It will create a ```@param``` for each parameter.
|
||||||
|
|
||||||
|
|
||||||
Known issues
|
|
||||||
=====
|
|
||||||
|
|
||||||
No ```@return``` is generated since the extension only looks at the function signature to generate the annotation, not its body.
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"title": "Annotate",
|
"title": "Annotate",
|
||||||
"description": "Generates JSDoc annotations for your functions.",
|
"description": "Generates JSDoc annotations for your functions.",
|
||||||
"homepage": "https://github.com/davidderaedt/annotate-extension",
|
"homepage": "https://github.com/davidderaedt/annotate-extension",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"author": "David Deraedt <dderaedt@adobe.com> (http://www.dehats.com)",
|
"author": "David Deraedt <dderaedt@adobe.com> (http://www.dehats.com)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue