OpenDreamProject / OpenDream

A project for running games made in the DM programming language
MIT License
185 stars 99 forks source link

OpenDream Language Server #1817

Open distributivgesetz opened 2 weeks ago

distributivgesetz commented 2 weeks ago

People have been talking about making a LSP from the OD compiler for a while now, so here's an issue for tracking what needs to be done

If theres something missing or if i got something wrong, post a comment and I'll update the issue

ike709 commented 2 weeks ago

Example implementation in a random scripting language: https://github.com/Draco-lang/Compiler/tree/main/src/Draco.Lsp

ike709 commented 2 weeks ago

Existing DM langserver: https://github.com/SpaceManiac/SpacemanDMM/tree/master/crates/dm-langserver

distributivgesetz commented 2 weeks ago

this'll be the perfect excuse to finally use the AST visitors we never really used

wixoaGit commented 2 weeks ago

this'll be the perfect excuse to finally use the AST visitors we never really used

The AST visitors were removed a bit ago

distributivgesetz commented 2 weeks ago

The AST visitors were removed a bit ago

oof