Open TylerLeonhardt opened 5 years ago
Interesting, I didn't know that the code snippets rely on PSSA, I thought PSES would do that or is it a mix between the two? This looks like a low hanging fruit, we just have to be careful to check that the param block is not inside a function ast.
I didn't either. It's pretty odd. We run PSSA just for this rule and get its quick fix.
Summary of the new feature
As a user, I want the
##
comment generation feature in the PowerShell extension for VSCode to also generate comment based help for param blocks at the top of scripts. The PowerShell extension leverages thePSProvideCommentHelp
rule to do this.Proposed technical implementation details (optional)
This should yield a diagnostic record just like this does:
What is the latest version of PSScriptAnalyzer at the point of writing
1.18.3