f5devcentral / vscode-f5

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
https://f5devcentral.github.io/vscode-f5/#/
Apache License 2.0
57 stars 14 forks source link

[RFE] extend diagnostics with decorations #226

Open DumpySquare opened 1 year ago

DumpySquare commented 1 year ago

diagnostics currently provides hovers with severity. Look into extending the diagnostics output with decorators to highlight key values like name, ip address, persistence, ssl, pool members, ...

https://code.visualstudio.com/api/language-extensions/programmatic-language-features#provide-diagnostics https://github.com/microsoft/vscode-extension-samples/tree/main/code-actions-sample

https://vscode.rocks/decorations/ https://github.com/microsoft/vscode-extension-samples/blob/main/decorator-sample/src/extension.ts