summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix LSP getting wrong union value on unnamed enumsGeorge Marques2020-08-171-1/+1
* Wrap up GDScript 2.0 base implementationGeorge Marques2020-07-221-3/+3
* Reenable GDScript LSP serverGeorge Marques2020-07-2011-333/+319
* New GDScript tokenizer and parserGeorge Marques2020-07-2011-0/+55
* Include gdscript warning name in LSP message.Ryan Roden-Corrent2020-07-141-1/+1
* GDScript LSP: Fix wrong error checks added in #39385Rémi Verschelde2020-06-152-5/+3
* GDScript LSP: Fix crash in notify_clientRémi Verschelde2020-06-086-14/+23
* Fix incorrect capabilities notification in LSPOliver Frank2020-05-151-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-144-22/+42
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-147-77/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-103-13/+26
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-025-33/+33
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+3
* Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Merge pull request #36683 from rafaeldelboni/masterRémi Verschelde2020-03-082-12/+16
|\
| * fix: Return only scenes for script owners on LSP completionRafael Delboni2020-03-072-12/+16
* | typo in gdscript_workspace.cpp/remove_cache_parser() fixedThakee Nathees2020-03-051-1/+1
|/
* Improve LSP completion using scene ownerRafael Delboni2020-02-252-1/+53
* Fix crash after closing a GDScript LSP sessionOliver Frank2020-02-232-3/+3
* Migrating language server from Websockets to raw TCPof92020-02-202-77/+164
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Fix hover symbol content positiongeequlim2020-02-121-0/+2
* Fix static functions loop using class' functionsFrancois Belair2020-01-281-1/+1
* Prevent GDScript language server from listening to external hosts by defaultHoukime2020-01-153-3/+4
* Fix typos with codespellRémi Verschelde2020-01-151-4/+4
* Fix infinite loop error in document link parsingGeequlim2020-01-131-2/+3
* Remove completion triggers for ',' and '(' which may conflict with signature ...geequlim2020-01-111-2/+0
* Allow enable/disable threading for LSP servergeequlim2020-01-112-13/+42
* LSP: Fix bracket completion for functions with one argumentGeequlim2020-01-101-1/+1
* GDScript LSP: Implement signatureHelpgeequlim2020-01-098-1/+232
* GDScript LSP: Implement goto declarationgeequlim2020-01-042-54/+69
* Update copyright statements to 2020Rémi Verschelde2020-01-0111-22/+22
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-102-3/+1
* Fix typos with codespellRémi Verschelde2019-11-222-4/+4
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-2/+1
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-1/+1
* fix #32588 crash in language serverHaSa10022019-10-111-1/+1
* Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio2019-10-101-1/+2
* Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-treeRémi Verschelde2019-10-092-1/+52
|\
| * lsp: Send godot class tree to clientsGeequlim2019-10-092-1/+52
* | lsp: Fix signature of void returned functions in native methodsGeequlim2019-10-091-1/+5
|/
* Format documentations to markdown only when neededgeequlim2019-10-054-74/+82
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-046-5/+58
* Fix enumeration value of SymbolKind.geequlim2019-10-043-52/+65
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-037-4/+99
* Fix codeblock formating to markdowngeequlim2019-10-031-2/+2