godot/modules/gdscript/language_server
Nathan Lovato cd2bd8f624 GDScript LSP: Rework and extend BBCode to markdown docstring conversion
The original implementation was minimal and produced docstrings with poor formatting and no line returns in code editors other than VSCode.

Co-authored-by: HolonProduction <holonproduction@gmail.com>
2025-11-24 11:39:58 +01:00
..
gdscript_extend_parser.cpp Skip copying values constructed immediately before returning 2025-09-26 19:13:58 -07:00
gdscript_extend_parser.h Style: Convert namespaces to PascalCase 2025-03-23 19:10:24 -05:00
gdscript_language_protocol.cpp LSP: Fix remaining unsave dict access 2025-10-28 18:12:59 +01:00
gdscript_language_protocol.h Core: Avoid including modules_enabled in headers 2025-03-11 19:42:13 -05:00
gdscript_language_server.cpp LSP: Fix repeated restart attempts 2025-10-05 16:09:21 +02:00
gdscript_language_server.h LSP: Fix repeated restart attempts 2025-10-05 16:09:21 +02:00
gdscript_text_document.cpp LSP: Fix goto native declaration 2025-10-10 15:43:48 +02:00
gdscript_text_document.h JSONRPC: Require manual method registration 2025-04-03 17:51:03 +02:00
gdscript_workspace.cpp Merge pull request #107469 from Ivorforce/vector-localvector-explicit-span-conversions 2025-09-30 11:19:17 -05:00
gdscript_workspace.h Editor: Restructure editor code 2025-07-04 18:18:22 +02:00
godot_lsp.h GDScript LSP: Rework and extend BBCode to markdown docstring conversion 2025-11-24 11:39:58 +01:00