Add smart trigger for call suggestion

This commit is contained in:
Petr Mironychev
2024-09-08 02:51:56 +02:00
parent 15af137728
commit 9361c27d6e
5 changed files with 46 additions and 3 deletions

View File

@ -55,6 +55,9 @@ private:
QHash<TextEditor::TextEditorWidget *, QTimer *> m_scheduledRequests;
QMetaObject::Connection m_documentOpenedConnection;
QMetaObject::Connection m_documentClosedConnection;
QElapsedTimer m_typingTimer;
int m_recentCharCount;
};
} // namespace QodeAssist