aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/copilot/copilotclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* CoPilot: Replace QMap with QHashJarek Kobus2024-01-291-6/+7
* Copilot: Move plugin class definition to .cpphjk2023-11-221-4/+4
* Copilot: Do not request completions for read only editorsDavid Schulz2023-10-121-1/+1
* Copilot: Don't use app_versionMarcus Tillmanns2023-08-171-4/+4
* Copilot: Add support for proxy settingsMarcus Tillmanns2023-08-161-4/+89
* Copilot: Move closer to latest settings setup and usage patternhjk2023-07-141-2/+2
* Copilot: remove trailing whitespaces of completion textDavid Schulz2023-06-141-1/+17
* Copilot: ignore invalid or empty suggestionsDavid Schulz2023-06-131-1/+5
* Copilot: Allow user to disable CopilotMarcus Tillmanns2023-05-261-8/+43
* Copilot: remove unused function and memberDavid Schulz2023-05-111-6/+0
* FakeVim: Block SuggestionsMarcus Tillmanns2023-05-021-1/+1
* Copilot: Add setting for automatic completionDavid Schulz2023-04-241-0/+3
* Copilot: add copilot suggestion tooltipsDavid Schulz2023-03-291-35/+18
* TextEditor: introduce text suggestion interfaceDavid Schulz2023-03-291-8/+38
* Copilot: fixup compression timer cleanupDavid Schulz2023-03-241-6/+1
* Copilot: correctly cleanup compression timerDavid Schulz2023-03-241-0/+5
* TextEditor: set the cursor to the widget before closing the edit blockDavid Schulz2023-03-171-1/+2
* Copilot: remove unused client instance functionDavid Schulz2023-03-161-10/+0
* Copilot: add command to explicitly request copilot suggestionsDavid Schulz2023-03-151-4/+4
* TextEditor: support inline suggestionsDavid Schulz2023-03-151-4/+13
* Copilot: improve client handlingDavid Schulz2023-03-131-6/+4
* Copilot: Fix warningChristian Kandeler2023-03-061-0/+1
* Copilot: robustify request logicDavid Schulz2023-03-031-30/+105
* Copilot: Add LSP plugin for CopilotMarcus Tillmanns2023-02-211-0/+133