Editors/NewDraft

From D Wiki
Revision as of 17:22, 24 June 2022 by Tomhg (talk | contribs) (don't show off custom serve-d functionality. Simpler onboarding.)
Jump to: navigation, search

Development Tooling

Language Server

D development is aided by a continuously improved and maintained language server called serve-d. It is entirely written in D and therefore performant and portable. The feature set is complete and extended. In order to benefit the most, make sure you are using an editor which supports tight integration with language servers.

  • auto-completion
  • linting
  • formatting
  • navigation
  • outline
  • searching
  • coverage analysis

Hints for additional tooling can be taken from Editors.

See also