microsoft / microsoft/vscode-java-dependency
Open non-java files by name
未关闭
还没有人认领这个 Issue。
enhancement
- 主要语言
- TypeScript
- 星标
- 199
- 派生
- 105
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 27
描述
I can search for files in dependencies with a workspace symbol search by prefixing the class name with a #. This is generally sufficient as class names should be the same as file names. However, there doesn't seem to be a way to search for non-java files in a dependency via the Ctrl+P menu (if I wanted to access a dependency's log4j2.xml file for example). Is there a way to search for these files, or is this a feature that could be added?
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先跟踪 Ctrl+P 菜单背后的依赖文件搜索路径,并将其与使用 # 前缀的工作区符号搜索进行比较。使用包含 log4j2.xml 的依赖验证此行为;当能够按名称找到并打开依赖中的非 Java 文件时,这项工作就完成了。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java, typescript, vscode
- 领域
- developer-experience, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100