refactor: Improve textsuggestion working

This commit is contained in:
Petr Mironychev
2025-04-24 01:25:45 +02:00
parent 3e9506ca92
commit 2fe6850a06
3 changed files with 112 additions and 21 deletions

View File

@ -40,5 +40,6 @@ public:
bool applyWord(TextEditor::TextEditorWidget *widget) override;
bool applyLine(TextEditor::TextEditorWidget *widget) override;
bool applyPart(Part part, TextEditor::TextEditorWidget *widget);
bool apply() override;
};
} // namespace QodeAssist