MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / findUsage

Method findUsage

src/plugins/codeeditor/gui/tabwidget.cpp:725–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723}
724
725void TabWidget::findUsage()
726{
727 auto editor = d->currentTextEditor();
728 if (!editor || !editor->hasFocus())
729 return;
730
731 editor->findUsage();
732}
733
734void TabWidget::renameSymbol()
735{

Callers 1

handleFindUsageMethod · 0.45

Calls 2

currentTextEditorMethod · 0.80
hasFocusMethod · 0.80

Tested by

no test coverage detected