feat: Add code completion request progress animation (#153)

This commit is contained in:
Petr Mironychev
2025-04-02 21:00:45 +02:00
committed by GitHub
parent 79218d8412
commit ffaf6bd61b
10 changed files with 310 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include "LLMClientInterface.hpp"
#include "LSPCompletion.hpp"
#include "widgets/CompletionProgressHandler.hpp"
#include <languageclient/client.h>
#include <llmcore/IPromptProvider.hpp>
#include <llmcore/IProviderRegistry.hpp>
@ -60,6 +61,7 @@ private:
QElapsedTimer m_typingTimer;
int m_recentCharCount;
CompletionProgressHandler m_progressHandler;
};
} // namespace QodeAssist