summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/language_server
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-102-3/+1
* Fix typos with codespellRémi Verschelde2019-11-222-4/+4
* Remove all uses of ERR_EXPLAIN macros.Marcel Admiraal2019-11-111-2/+1
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-1/+1
* fix #32588 crash in language serverHaSa10022019-10-111-1/+1
* Decrease polling frequency to 20 Hz in the GDScript language serverHugo Locurcio2019-10-101-1/+2
* Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-treeRémi Verschelde2019-10-092-1/+52
|\
| * lsp: Send godot class tree to clientsGeequlim2019-10-092-1/+52
* | lsp: Fix signature of void returned functions in native methodsGeequlim2019-10-091-1/+5
|/
* Format documentations to markdown only when neededgeequlim2019-10-054-74/+82
* Add custom api `textDocument/nativeSymbol` to allow inspect native symbols fr...geequlim2019-10-046-5/+58
* Fix enumeration value of SymbolKind.geequlim2019-10-043-52/+65
* Implement DocumentLink of GDScript LSP Servergeequlim2019-10-037-4/+99
* 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-223-4/+8
* Distinguish editor-originating messages in the editor logHugo Locurcio2019-09-201-2/+2
* Improve code compeletion for virtual methods with signaturesgeequlim2019-08-112-1/+6
* Add optional goto definition support for native symbolsgeequlim2019-08-1110-84/+134
* Add generate script api to dictionary supportGeequlim2019-08-117-35/+207
* Check client workspace directory is validGeequlim2019-08-113-15/+11
* Improve symbol resolve for inner classesGeequlim2019-08-115-47/+156
* Improved performance for completion and symbol resolvation.Geequlim2019-08-119-442/+496
* Add optional smart resolve sulotiongeequlim2019-08-118-65/+260
* Add a symbol pool to cache all native symbols and workspackes symbols.geequlim2019-08-118-34/+862
* Add GDScript Language Protocol plugingeequlim2019-08-1111-0/+2470