summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_language_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-6/+6
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-161-4/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* LSP: Add support for custom host settingJohn J. Donna II2021-09-201-2/+5
* Implement the ability to disable classesreduz2021-07-131-3/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio2021-05-061-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-5/+0
* Modernize ThreadPedro J. Estébanez2021-01-291-7/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* GDScript LSP: Fix crash in notify_clientRémi Verschelde2020-06-081-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Prevent GDScript language server from listening to external hosts by defaultHoukime2020-01-151-1/+1
* Allow enable/disable threading for LSP servergeequlim2020-01-111-12/+38
* GDScript LSP: Implement signatureHelpgeequlim2020-01-091-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio2019-10-101-1/+2
* Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-2/+2
* Add optional goto definition support for native symbolsgeequlim2019-08-111-0/+1
* Add optional smart resolve sulotiongeequlim2019-08-111-0/+1
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+86