Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
725
void TabWidget::findUsage()
726
{
727
auto editor = d->currentTextEditor();
728
if (!editor || !editor->hasFocus())
729
return;
730
731
editor->findUsage();
732
}
733
734
void TabWidget::renameSymbol()
735
{
Callers
1
handleFindUsage
Method · 0.45
Calls
2
currentTextEditor
Method · 0.80
hasFocus
Method · 0.80
Tested by
no test coverage detected