spacemacs/layers/+lang/d
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
img Use + instead of ! for layer categories 2015-09-11 00:13:51 -04:00
README.org Switch to the new layers generator 2019-05-15 21:08:21 +03:00
config.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

D language layer

/TakeV/spacemacs/media/branch/develop/layers/+lang/d/img/dlogo.png

Description

This simple layer adds support for the D language to Spacemacs.

Features:

  • Syntax highlighting
  • Auto completion via company
  • Syntax checking via flycheck

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add d to the existing dotspacemacs-configuration-layers list in this file.

To enable auto completion, you need to install DCD. After successfully building DCD, you need to copy the binary dcd-server and dcd-client in your path.

It is also recommended to install DUB a D language package manager.

Key bindings

Key binding Description
SPC m g g Go to definition
SPC m g b Jump back (after go to definition with above command)
SPC m g r Find references to all symbol at point
SPC m h h Display documentation of symbol under point