Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Đ Language ServerNew to Visual Studio Code? Get it now.
Đ Language Server

Đ Language Server

Preview

Compl Yue

|
456 installs
| (0) | Free
LSP client extension to hook up Đ (Edh) language server for VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Đ (Edh) Language Server for VSCode

This extension integrates Đ (Edh) Language Server to VSCode (by implementing a language server client)

Install

  1. Make sure you have EPM installed

  2. Minimum set of packages to install is edh, nedh and els. They can be installed either:

    • When initializing your epm home, e.g.

      $ mkdir /my/epm-home
      $ cd /my/epm-home
      $ epm init edh nedh els
      
    • Or later e.g.

      $ cd /my/epm-home
      $ epm install edh nedh els
      

Build

cd to the automatically created edh-universe subdirectory of your epm home

$ cd /my/epm-home/edh-universe/

with Stack

$ stack install

with Cabal

$ cabal v2-install --overwrite-policy=always
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft