summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server/gdscript_extend_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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