summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_extend_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+4
* [Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli2021-07-201-1/+3
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-6/+4
* Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair2021-04-101-19/+69
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-7/+7
* LSP: Fix iterator in enum API dumpRémi Verschelde2020-12-091-1/+1
* Static analyzer fixes:bruvzg2020-12-091-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-3/+3
* 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-201-282/+318
* New GDScript tokenizer and parserGeorge Marques2020-07-201-0/+5
* Include gdscript warning name in LSP message.Ryan Roden-Corrent2020-07-141-1/+1
* GDScript LSP: Fix crash in notify_clientRémi Verschelde2020-06-081-0/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-4/+8
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-21/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Fix static functions loop using class' functionsFrancois Belair2020-01-281-1/+1
* Fix typos with codespellRémi Verschelde2020-01-151-4/+4
* Fix infinite loop error in document link parsingGeequlim2020-01-131-2/+3
* GDScript LSP: Implement signatureHelpgeequlim2020-01-091-0/+45
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* fix #32588 crash in language serverHaSa10022019-10-111-1/+1
* Format documentations to markdown only when neededgeequlim2019-10-051-64/+6
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-0/+39
* Fix codeblock formating to markdowngeequlim2019-10-031-2/+2
* 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