Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ selectedText
Method
selectedText
src/plugins/chat/copilot.cpp:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
QString Copilot::selectedText() const
38
{
39
if (!editorService->getSelectedText)
40
return
""
;
41
42
return editorService->getSelectedText();
43
}
44
45
Copilot *Copilot::instance()
46
{
Callers
7
findString
Method · 0.45
changeUnderCursor
Method · 0.45
initEdit
Method · 0.45
toConvertedText
Method · 0.45
appendTag
Method · 0.45
onReferenceBtnClicked
Method · 0.45
eventFilter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected