BowlerHatLLC / BowlerHatLLC/vscode-as3mxml

ASDoc comments: If function has parameters, automatically add asdoc param tags for them

Open
#141 0 comments 1 reaction 0 assignees View on GitHub
enhancement help wanted
Dominant language
Java
Stars
282
Forks
45
PR merge metrics
No merged PRs in 30d

Description

``` actionscript
/**
*
* @param p1
* @param p2
*/
private function someFunction(p1:String, p2:Number):Boolean
{

}
```

Typing `/**` and adding a new line should automatically add `@param` tags, similar to how TypeScript does it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.