提交 d37d0b62 编写于 作者: C CyrusNajmabadi

Remove code.

上级 16ff95c4
......@@ -127,16 +127,6 @@ public async Task<(ISymbol symbol, Project project, ImmutableArray<ISymbol> impl
{
// This is something boring like a regular method or type, so we'll just go there directly
return ImmutableArray.Create(symbol);
//if (GoToDefinitionHelpers.TryGoToDefinition(
// symbol, project,
// _navigableItemPresenters, _streamingPresenters, cancellationToken))
//{
// message = null;
// return true;
//}
//message = EditorFeaturesResources.Cannot_navigate_to_the_symbol_under_the_caret;
//return false;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册