Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 887 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 887 Bytes

serve-d

Join the chat: Join on Discord

Microsoft language server protocol implementation for D using workspace-d.

This program is basically a combination of workspace-d and most of code-d.

The purpose of this project is to give every editor the same capabilities and editing features as code-d with even less code required on the editor side than with workspace-d due to a more widely available protocol.

This is pretty much another abstraction layer on top of workspace-d to simplify and speed up extension development as most of the editor extension can now be written in D.

Installation

dub build