vscode-yard icon indicating copy to clipboard operation
vscode-yard copied to clipboard

YARD comments generator for Visual Studio Code

Results 1 vscode-yard issues
Sort by recently updated
recently updated
newest added

Add basic validation for method's parameters. If they're invalid then don't document either entire method or only skip its parameters. Bad params examples: ```ruby def foo(bar, baz qux) end ```...