summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_extend_parser.cpp
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-221-0/+2
* Add optional goto definition support for native symbolsgeequlim2019-08-111-20/+71
* Add generate script api to dictionary supportGeequlim2019-08-111-5/+147
* Check client workspace directory is validGeequlim2019-08-111-1/+0
* Improve symbol resolve for inner classesGeequlim2019-08-111-19/+89
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-69/+23
* Add optional smart resolve sulotiongeequlim2019-08-111-7/+36
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-22/+299
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+237