redhat-developer / redhat-developer/vscode-java
Java language support for embedded Gradle plugin
未关闭
@snjeza 已经在做这个了。
开始于 2019年7月10日。
Gradle
- 主要语言
- TypeScript
- 星标
- 2.3k
- 派生
- 546
- 平均合并
- 20 小时 1 分钟
- 30 天内合并 PR
- 11
描述
I have a Gradle project with an embedded plugin in buildSrc that has Java code in buildSrc/srcmain/my/package/Foo.java. When I open these Java files, a "Foo.java isn't on the classpath" notification pops up and things like Oragnize Imports and javadoc hovers don't work.
It would be awesome if vscode-java would recognize buildSrc in a Gradle project so language support would work in plugin source code.
Environment
- Operating System: macOS 10.12
- JDK version: 1.8.0_171
- Visual Studio Code version: 1.37.0-insider
- Java extension version: 0.46.0
Steps To Reproduce
- Create a Gradle project and open it in vscode
- Add Java source files to buildSrc/package/Foo.java
- Open the Java source files
Current Result
No language support available
Expected Result
Working language support
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
评估
这个 Issue 还没有评估数据。