Add links/explanations for PSScriptAnalyzer diagnostics in hover-over/lightbulb #1348
Labels
Area-Script Analysis
Issue-Enhancement
A feature request (enhancement).
Up for Grabs
Will shepherd PRs.
Summary of the new feature
@bergmeister suggested that PSScriptAnalyzer rules should carry an explanation of themselves in VSCode.
If we put some work into making help for each rule available at runtime in PSScriptAnalyzer, it would probably only be a little bit more work to link it up to VSCode.
Proposed technical implementation details (optional)
PSScriptAnalyzer will need a way to access its own help, either in pre-stored form or by URL. From there we could either embed the link or the help documentation itself into a popup/hover-over/lightbulby-thing.
See: PowerShell/PSScriptAnalyzer#816
The text was updated successfully, but these errors were encountered: