index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
languageclient
/
languageclientcompletionassist.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: pass a document instead of a cursor to Utils::Text::textAt
David Schulz
2025-01-13
1
-2
/
+2
*
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-12-05
1
-1
/
+6
|
\
|
*
LanguageClient: fix hasItemsToPropose check in completion model
David Schulz
2024-12-04
1
-1
/
+6
*
|
Plugins A-L: Make static QRegularExpression instances static const
Alessandro Portale
2024-11-20
1
-1
/
+1
|
/
*
LanguageClient: automatically apply generic completion items
David Schulz
2024-11-08
1
-1
/
+5
*
Editor: remove TextDocumentManipulator
David Schulz
2024-07-01
1
-10
/
+12
*
Editor: Simplify TextDocumentManipulator
David Schulz
2024-06-27
1
-1
/
+1
*
LanguageClient: Avoid calling throwing functions
Eike Ziller
2024-05-07
1
-10
/
+8
*
Various plugins: Remove unused variables
Jarek Kobus
2024-01-29
1
-4
/
+0
*
LanguageClient: fix crash in completion assist
David Schulz
2023-12-14
1
-1
/
+1
*
Merge remote-tracking branch 'origin/11.0'
David Schulz
2023-08-22
1
-9
/
+15
|
\
|
*
LanguageClient: fix showing obsolete proposals
David Schulz
2023-08-11
1
-9
/
+15
*
|
LanguageClient: always rerequest completions
David Schulz
2023-05-25
1
-20
/
+1
|
/
*
Utils: make column of convertPosition 0-based to merge it into Position
David Schulz
2023-05-24
1
-1
/
+0
*
TextEditor: prevent crash on updating the completion model
David Schulz
2023-01-19
1
-1
/
+6
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
LSP: Support remote LSP file paths
David Schulz
2022-12-15
1
-1
/
+1
*
Editor: ensure something is selected after model update
David Schulz
2022-12-08
1
-5
/
+8
*
LanguageClient: move completion rerequest logic
David Schulz
2022-11-29
1
-18
/
+107
*
Editor: move ownership of assist interface to processor
David Schulz
2022-11-17
1
-17
/
+16
*
Editor: unify assist processor handling
David Schulz
2022-11-14
1
-6
/
+1
*
LanguageClient: fix compile
David Schulz
2022-11-11
1
-2
/
+2
*
LanguageClient: use internal filtering if we got all completions
David Schulz
2022-11-11
1
-1
/
+8
*
Editor: delete assist interface in lsp/clangd support
David Schulz
2022-11-08
1
-3
/
+4
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Utils: Remove Utils::optional
Eike Ziller
2022-09-01
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: Remove variant.h
Marco Bubke
2022-08-23
1
-9
/
+9
*
LanguageClient: Support limit parameter for completion request
Christian Kandeler
2022-08-04
1
-0
/
+2
*
LanguageClient: remove fragile flag from lsp proposals
David Schulz
2022-07-11
1
-1
/
+0
*
ClangCodeModel: Special rendering for deprecated completion items
Christian Kandeler
2022-06-20
1
-0
/
+9
*
LanguageClient: move relevant snippets to the front
David Schulz
2022-06-15
1
-6
/
+8
*
LanguageClient: pimpl Client and cleanup includes
David Schulz
2022-05-23
1
-0
/
+1
*
LanguageServerProtocol: remove IContent
David Schulz
2022-05-20
1
-1
/
+1
*
LanguageClient: avoid optional::value
David Schulz
2022-02-24
1
-8
/
+6
*
LanguageClient: show snippets only completion proposals again
David Schulz
2022-02-23
1
-1
/
+1
*
LanguageClient: fix crash on completion assist cancel
David Schulz
2021-12-08
1
-2
/
+4
*
LanguageClient: Only present snippets in addition to proper completions
Christian Kandeler
2021-10-15
1
-1
/
+1
*
clangd: introduce ClangdCompletionItem
David Schulz
2021-09-29
1
-33
/
+26
*
LanguageClient: remove codeassist proposal handler
David Schulz
2021-09-28
1
-13
/
+15
*
LanguageClient: export LanguageClientCompletionItem
David Schulz
2021-09-28
1
-33
/
+0
*
Editor: pass AssistInterface to createProcessor
David Schulz
2021-09-16
1
-1
/
+2
*
LanguageClient: export completion assistant
David Schulz
2021-09-02
1
-31
/
+0
*
Merge remote-tracking branch 'origin/5.0'
Eike Ziller
2021-08-30
1
-1
/
+15
|
\
|
*
LSP: Do not sort completion items if none sets sortText
Eike Ziller
2021-08-30
1
-1
/
+12
*
|
ClangCodeModel: Use clangd for completion and function hint
Christian Kandeler
2021-08-23
1
-18
/
+71
|
/
*
LanguageClient: fix completion item isSnippet
David Schulz
2021-07-12
1
-1
/
+1
*
LanguageClient: prevent removing duplicated completion items
David Schulz
2021-07-09
1
-0
/
+1
*
LanguageClient: add snippet parsing
David Schulz
2021-06-10
1
-5
/
+11
*
LanguageClient: filter completion results
David Schulz
2021-06-01
1
-7
/
+19
[next]