summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server
Commit message (Expand)AuthorAgeFilesLines
* Fix `line` being assigned to twice in the GDScript language serverHugo Locurcio2019-09-231-4/+2
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-223-4/+8
* Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-2/+2
* Improve code compeletion for virtual methods with signaturesgeequlim2019-08-112-1/+6
* Add optional goto definition support for native symbolsgeequlim2019-08-1110-84/+134
* Add generate script api to dictionary supportGeequlim2019-08-117-35/+207
* Check client workspace directory is validGeequlim2019-08-113-15/+11
* Improve symbol resolve for inner classesGeequlim2019-08-115-47/+156
* Improved performance for completion and symbol resolvation.Geequlim2019-08-119-442/+496
* Add optional smart resolve sulotiongeequlim2019-08-118-65/+260
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-118-34/+862
* Add GDScript Language Protocol plugingeequlim2019-08-1111-0/+2470