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

Method followSymbolUnderCursor

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

Source from the content-addressed store, hash-verified

714}
715
716void TabWidget::followSymbolUnderCursor()
717{
718 auto editor = d->currentTextEditor();
719 if (!editor || !editor->hasFocus())
720 return;
721
722 editor->followSymbolUnderCursor();
723}
724
725void TabWidget::findUsage()
726{

Callers 1

Calls 2

currentTextEditorMethod · 0.80
hasFocusMethod · 0.80

Tested by

no test coverage detected