summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/gdscript_extend_parser.cpp
AgeCommit message (Expand)Author
2021-10-01Fix empty line hover; fix open non-res:// scriptFrancois Belair
2021-07-26Fix LSP reporting wrong typesFrancois Belair
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-04-10Implement LSP didDeleteFiles & make parser aware of sub-nodesFrancois Belair
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-09LSP: Fix iterator in enum API dumpRémi Verschelde
2020-12-09Static analyzer fixes:bruvzg
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-08-17GDScript: Fix LSP getting wrong union value on unnamed enumsGeorge Marques
2020-07-22Wrap up GDScript 2.0 base implementationGeorge Marques
2020-07-20Reenable GDScript LSP serverGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques
2020-07-14Include gdscript warning name in LSP message.Ryan Roden-Corrent
2020-06-08GDScript LSP: Fix crash in notify_clientRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-28Fix static functions loop using class' functionsFrancois Belair
2020-01-15Fix typos with codespellRémi Verschelde
2020-01-13Fix infinite loop error in document link parsingGeequlim
2020-01-09GDScript LSP: Implement signatureHelpgeequlim
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-10-11fix #32588 crash in language serverHaSa1002
2019-10-05Format documentations to markdown only when neededgeequlim
2019-10-03Implement DocumentLink of GDScript LSP Servergeequlim
2019-10-03Fix codeblock formating to markdowngeequlim
2019-09-23Fix `line` being assigned to twice in the GDScript language serverHugo Locurcio
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Add generate script api to dictionary supportGeequlim
2019-08-11Check client workspace directory is validGeequlim
2019-08-11Improve symbol resolve for inner classesGeequlim
2019-08-11Improved performance for completion and symbol resolvation.Geequlim
2019-08-11Add optional smart resolve sulotiongeequlim
2019-08-11Add a symbol pool to cache all native symbols and workspackes symbols.geequlim
2019-08-11Add GDScript Language Protocol plugingeequlim