Add plugin package name
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- typescript, vite
Research direction
Start by locating the code that reads plugin metadata and renders recommended plugins in the Vite devtools repository. Trace how the proposed api.devtools.package value could reach that display, then identify the relevant tests or UI coverage. Done means the originating package is shown consistently, with any added description behavior clarified.
Written by the indexing model from the issue text.
Description
Clear and concise description of the problem
Currently, it is not obvious which plugin originated from which package. It would be helpful to show that information.
Suggested solution
Recommend plugins to add api.devtools.package values:
const p = {
name: 'foo',
api: {
devtools: {
package: '@vitejs/plugin-vue'
}
}
}
and make devtools will read that information.
We can also add description property to show it.
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 89
- Avg merge
- 18h 46m
- Merged PRs (30d)
- 24
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.
More from vitejs/devtools
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
enhancement
-
pending triage
Difficulty 3/5 1-2 days Newbie friendliness 58/100
-
pending triage
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
pending triage
Difficulty 3/5 1-2 days Newbie friendliness 62/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
ontola/atomic-server#1625 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
melgarafael/DeskcommCRM#1451 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 82/100
-
bug via-triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bot:ai-assisted component:compact-js status:untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
midnightntwrk/midnight-sdk#403 ·