microsoft / microsoft/vscode-github-issue-notebooks
Feature request: parentheses to avoid duplicating and-clauses
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 237
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Extension 0.0.36
VS Code 1.48.0-insider
It would be nice to do AND. For example, this works
$runtime=repo:dotnet/runtime
$runtime is:open label:area-System.Buffers OR is:open label:area-System.IO.Pipelines
it would be easier to write as
$runtime=repo:dotnet/runtime
$runtime is:open ( label:area-System.Buffers OR label:area-System.IO.Pipelines)
(possibly with an AND there)
I can't find a way to do that currently. With larger queries, the duplication could get unwieldy.
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.
Research direction
No files, tests, or entry points are named. Start by locating the extension's query parser and existing handling for OR and repeated AND clauses, then define how parentheses and optional AND should behave using the examples in the issue; done means grouped queries produce the intended GitHub issue results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100