提交 290c9d61 编写于 作者: J Johannes Rieken

make sure to reveal the current symbol in the references tree, #44414

上级 fc7051a8
......@@ -178,6 +178,7 @@ export class ReferencesController implements editorCommon.IEditorContribution {
let source = this._model.nearestReference(this._editor.getModel().uri, this._widget.position);
let target = this._model.nextOrPreviousReference(source, fwd);
this._gotoReference(target);
this._widget.setSelection(target);
this._editor.focus();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册