index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
language_server
/
lsp.hpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1978
/
+0
*
Merge pull request #59482 from kurtlachmann/lsp_better_parentheses
Rémi Verschelde
2022-06-15
1
-1
/
+1
|
\
|
*
Use insertText from the internal autocompletion
Kurt Lachmann
2022-03-24
1
-1
/
+1
*
|
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
|
/
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-43
/
+43
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-5
/
+5
*
Remove duplicate WorkspaceEdit from LSP
Francois Belair
2021-09-25
1
-40
/
+10
*
Merge pull request #50378 from Razoric480/apply-edit-40
Rémi Verschelde
2021-09-25
1
-0
/
+52
|
\
|
*
Implement applyEdit in LSP for signal connecting
Francois Belair
2021-07-11
1
-0
/
+52
*
|
Merge pull request #48615 from Razoric480/lsp-rename
Rémi Verschelde
2021-08-05
1
-2
/
+58
|
\
\
|
*
|
Implement didSave notification and rename request
Francois Belair
2021-07-17
1
-2
/
+58
|
|
/
*
/
Fix LSP reporting wrong types
Francois Belair
2021-07-26
1
-26
/
+26
|
/
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
Implement LSP didDeleteFiles & make parser aware of sub-nodes
Francois Belair
2021-04-10
1
-0
/
+114
*
Merge pull request #40276 from Taywee/master
Rémi Verschelde
2021-02-25
1
-1
/
+1
|
\
|
*
remove invalid codeLensProvider value from lsp
Taylor C. Richberger
2020-07-11
1
-1
/
+1
*
|
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-7
/
+7
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+1
*
|
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
|
/
*
Fix incorrect capabilities notification in LSP
Oliver Frank
2020-05-15
1
-3
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-11
/
+22
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-11
/
+0
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-11
/
+22
*
Replace more occurrences of NULL with nullptr
Rémi Verschelde
2020-04-02
1
-3
/
+3
*
Move DocData and Collada out of their subfolders
Rémi Verschelde
2020-03-24
1
-1
/
+1
*
Remove completion triggers for ',' and '(' which may conflict with signature ...
geequlim
2020-01-11
1
-2
/
+0
*
GDScript LSP: Implement signatureHelp
geequlim
2020-01-09
1
-0
/
+116
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Fix typos with codespell
Rémi Verschelde
2019-11-22
1
-1
/
+1
*
Small fixes to redundand code, copy paste bugs
qarmin
2019-10-14
1
-1
/
+1
*
lsp: Send godot class tree to clients
Geequlim
2019-10-09
1
-1
/
+36
*
Format documentations to markdown only when needed
geequlim
2019-10-05
1
-1
/
+72
*
Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...
geequlim
2019-10-04
1
-1
/
+12
*
Fix enumeration value of SymbolKind.
geequlim
2019-10-04
1
-28
/
+32
*
Implement DocumentLink of GDScript LSP Server
geequlim
2019-10-03
1
-0
/
+35
*
Add optional goto definition support for native symbols
geequlim
2019-08-11
1
-0
/
+5
*
Improve symbol resolve for inner classes
Geequlim
2019-08-11
1
-4
/
+4
*
Improved performance for completion and symbol resolvation.
Geequlim
2019-08-11
1
-274
/
+319
*
Add a symbol pool to cache all native symbols and workspackes symbols.
geequlim
2019-08-11
1
-8
/
+155
*
Add GDScript Language Protocol plugin
geequlim
2019-08-11
1
-0
/
+1309