godot/modules/gdscript/language_server
Adam Wardell e9d8c261a5 call update_exports from LSP didSave function
exports in the inspector were not properly appearing when a gdscript was saved using an external IDE
this commit adds a call to GDScript::UpdateExports toward the end of GDScriptTextDocument::didSave
2023-01-20 19:16:53 -08:00
..
gdscript_extend_parser.cpp Unify typing of variables, constants and parameters in GDScript 2023-01-06 01:10:04 +02:00
gdscript_extend_parser.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_language_protocol.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_language_protocol.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_language_server.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_language_server.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_text_document.cpp call update_exports from LSP didSave function 2023-01-20 19:16:53 -08:00
gdscript_text_document.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_workspace.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gdscript_workspace.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
godot_lsp.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00