dawsbot / dawsbot/RelativePath
Relative path input support
- 主要语言
- TypeScript
- 星标
- 71
- 派生
- 21
- 平均合并
- 5 天 11 小时
- 30 天内合并 PR
- 2
描述
Hey, thank you for this great extension. I would love to see support for inputting a relative path into the field and have the files of the folder displayed. Sometimes I know the hierarchy of my files but don't know the exact name + want autocomplete.
```
a/
├── b/
├── | foo.js
├── | bar.js
├──├── c/
├──├── | biz.js
```
Inside `biz.js` one should be able to type `../` in the relative path input field and `foo.js, bar.js` should show up. Likewise given a developer is currently inside the bar.js file, typing `./` should display `foo.js`.
Let me know what you think and if I should prepare a PR :)
贡献指南
这个仓库没有索引到贡献指南
调研方向
该 issue 未指出文件或测试。首先定位 extension 的相对路径输入和自动补全入口点,然后将其行为与 issue 中的示例进行比较。当从 `biz.js` 输入 `../` 时显示 `foo.js` 和 `bar.js`,并且从 `bar.js` 输入 `./` 时显示 `foo.js`,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript, vscode
- 领域
- devtools
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100