summaryrefslogtreecommitdiff
path: root/modules/gdscript/language_server/gdscript_workspace.cpp
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-08Merge pull request #36683 from rafaeldelboni/masterRémi Verschelde
2020-03-07fix: Return only scenes for script owners on LSP completionRafael Delboni
2020-03-05typo in gdscript_workspace.cpp/remove_cache_parser() fixedThakee Nathees
2020-02-25Improve LSP completion using scene ownerRafael Delboni
2020-01-09GDScript LSP: Implement signatureHelpgeequlim
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-22Fix typos with codespellRémi Verschelde
2019-11-11Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal
2019-10-09lsp: Fix signature of void returned functions in native methodsGeequlim
2019-10-05Format documentations to markdown only when neededgeequlim
2019-10-04Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim
2019-10-03Implement DocumentLink of GDScript LSP Servergeequlim
2019-08-11Improve code compeletion for virtual methods with signaturesgeequlim
2019-08-11Add optional goto definition support for native symbolsgeequlim
2019-08-11Add generate script api to dictionary supportGeequlim
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