PowerShell / PowerShell/vscode-powershell
Plumb PowerShell Feedback providers into editor experience of VS Code
@StevenBucher98 is already working on this.
Since Mar 29, 2023.
- Dominant language
- TypeScript
- Stars
- 1.9k
- Forks
- 547
- PR merge metrics
- No merged PRs in 30d
Description
Prerequisites
- I have written a descriptive issue title.
- I have searched all issues to ensure it has not already been reported.
Summary
With FeedbackProviders in experimental feature of PowerShell, we should consider in the future once they are stable to have a way to utilize the feedback from these providers in the editor experience of VSCode.
Although like PSSA rules, this could potentially add an extra level of suggestions and discoverability for PowerShell code in scripts.
Proposed Design
Exact implementation and design may be tbd based on design changes of Feedback Providers but could be interesting integration and assistance in the editor. One way could be adding the feedback provider text to intellisense, or having a side bar that has these assistive tips included.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.