summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_extend_parser.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* GDScript LSP: Implement signatureHelpgeequlim2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Format documentations to markdown only when neededgeequlim2019-10-051-5/+0
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-031-0/+3
* Add optional goto definition support for native symbolsgeequlim2019-08-111-0/+5
* Add generate script api to dictionary supportGeequlim2019-08-111-0/+4
* Check client workspace directory is validGeequlim2019-08-111-2/+0
* Improve symbol resolve for inner classesGeequlim2019-08-111-3/+9
* Improved performance for completion and symbol resolvation.Geequlim2019-08-111-3/+11
* Add optional smart resolve sulotiongeequlim2019-08-111-2/+5
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-111-1/+16
* Add GDScript Language Protocol plugingeequlim2019-08-111-0/+64