Commit 0d273356 authored by Vasily Romanikhin's avatar Vasily Romanikhin
Browse files

CPP-6429: QuickDefinition should show function implementation

parent eed34a10
Branches unavailable Tags unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -190,7 +190,7 @@ public class TextEditorPsiDataProvider implements EditorDataProvider {
try {
TargetElementUtil util = TargetElementUtil.getInstance();
return util.findTargetElement(editor, util.getReferenceSearchFlags(), caret.getOffset());
return util.findTargetElement(editor, util.getDefinitionSearchFlags(), caret.getOffset());
}
catch (IndexNotReadyException e) {
return null;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment