summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/gdscript_language_protocol.cpp
AgeCommit message (Expand)Author
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-25Merge pull request #50378 from Razoric480/apply-edit-40Rémi Verschelde
2021-08-02Implemented initial DAP supportEv1lbl0w
2021-07-11Implement applyEdit in LSP for signal connectingFrancois Belair
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-04-27Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde
2021-02-18Fixed Invalid function bindings #46135Vignesh1-art
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-02Refactor DocData into core and editor (DocTools) partsThakee Nathees
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-06-15GDScript LSP: Fix wrong error checks added in #39385Rémi Verschelde
2020-06-08GDScript LSP: Fix crash in notify_clientRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-23Fix crash after closing a GDScript LSP sessionOliver Frank
2020-02-20Migrating language server from Websockets to raw TCPof9
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-15Prevent GDScript language server from listening to external hosts by defaultHoukime
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-09lsp: Send godot class tree to clientsGeequlim
2019-10-04Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim
2019-10-04Fix enumeration value of SymbolKind.geequlim
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Add generate script api to dictionary supportGeequlim
2019-08-11Check client workspace directory is validGeequlim
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
2019-08-11Add optional smart resolve sulotiongeequlim
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
2019-08-11Add GDScript Language Protocol plugingeequlim