mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-15 14:32:55 -05:00
feat: Improve code suggestions (#256)
This commit is contained in:
@ -41,5 +41,9 @@ public:
|
||||
bool applyLine(TextEditor::TextEditorWidget *widget) override;
|
||||
bool applyPart(Part part, TextEditor::TextEditorWidget *widget);
|
||||
bool apply() override;
|
||||
|
||||
static int calculateReplaceLength(const QString &suggestion,
|
||||
const QString &rightText,
|
||||
const QString &entireLine);
|
||||
};
|
||||
} // namespace QodeAssist
|
||||
|
||||
Reference in New Issue
Block a user