redhat-developer / redhat-developer/vscode-java

The editor can't switch to the new created method

未关闭
#765 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

enhancement navigation
主要语言
TypeScript
星标
2.3k
派生
546
平均合并
20 小时 1 分钟
30 天内合并 PR
11

描述

Environment
  • Operating System:Windows/Mac/Linux
  • JDK version: jdk11.01
  • Visual Studio Code version: 1.30.2
  • Java extension version:0.37.0(build 4)
Steps To Reproduce
  1. Open .\resources\eclipse\simple-app.
  2. Select Foo.java file, invoke class code snippet to generate code as below
package app;

/**
* Foo
*/
public class Foo {


}
  1. Select the code action of Create method 'call()' in type 'Foo' to fix the error.
Current Result

The editor can't switch to the new created method, as below
image

Expected Result

It will jump to the new created method automatically

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

使用类代码片段和代码操作 Create method 'call()',在 resources/eclipse/simple-app 和 Foo.java 中重现该问题。跟踪方法生成后编辑器的导航,然后验证编辑器是否会在 Windows、macOS 或 Linux 上自动跳转到新方法。

由索引模型根据 Issue 内容生成。

评估

技术栈
java, typescript, vscode
领域
devtools
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

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