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

Method renameSymbol

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

Source from the content-addressed store, hash-verified

732}
733
734void TabWidget::renameSymbol()
735{
736 auto editor = d->currentTextEditor();
737 if (!editor || !editor->hasFocus())
738 return;
739
740 editor->renameSymbol();
741}
742
743void TabWidget::replaceSelectedText(const QString &text)
744{

Callers 1

handleRenameSymbolMethod · 0.45

Calls 2

currentTextEditorMethod · 0.80
hasFocusMethod · 0.80

Tested by

no test coverage detected