github / github/vscode-github-actions

Autocomplete or hinting for reusable workflows

未关闭
#69 0 条评论 4 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
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 **
![image](https://user-images.githubusercontent.com/1892473/228740990-8b78ea8e-5dc7-4a34-aa62-f3f6f73f5eb4.png)

贡献指南

打开贡献指南

调研方向

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

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。