microsoft / microsoft/vscode-powerquery-sdk
Feature Request: "Evaluate all files" command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 92
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
The new SDK allows for multiple .query.pq test files. Yay! This opens up the door for groups of unit tests to be organized into separate files, as well as for ad hoc playground queries to be kept in separate file(s) from formal unit tests.
At some point down the road, could a "Evaluate all files" command be added which would iterate through all .query.pq files and run each, opening a separate PQTest result pane for each?
Thanks!
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Start from the SDK's support for multiple .query.pq files and the existing PQTest result pane behavior. The issue names no files, entry points, or tests, so locate how a single file is evaluated and how its result pane is opened. Done means a command evaluates every .query.pq file and opens a separate result pane for each.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100