github / github/vscode-github-actions
Autocomplete or hinting for reusable workflows
- 主要语言
- TypeScript
- 星标
- 660
- 派生
- 213
- PR 合并指标
- 30 天内没有已合并 PR
描述
**Is your feature request related to a problem? Please describe.**
`uses` block doesn't have a functioning autocomplete which is frustrating when you have github recognized reusable workflows.
**Describe the solution you'd like**
When cursor is within a `uses` block, and you request an autocomplete the extension should populate with reusable workflows present in .github/workflows directory.
** Visualization of unhelpfulness **

贡献指南
调研方向
Start by locating the completion handling for a `uses` block in the VS Code GitHub Actions extension, then inspect how reusable workflows are discovered in `.github/workflows`. The work is done when autocomplete lists the reusable workflows in that directory while editing a `uses` block.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- github-actions, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100