All Projects → atilaneves → flycheck-dmd-dub

atilaneves / flycheck-dmd-dub

Licence: other
flycheck and DCD dub support to enable D IDE features in Emacs

Programming Languages

emacs lisp
2029 projects
Makefile
30231 projects

Projects that are alternatives of or similar to flycheck-dmd-dub

company-flow
No description or website provided.
Stars: ✭ 32 (+128.57%)
Mutual labels:  melpa, flycheck
Cmake Ide
Use Emacs as a C/C++ IDE
Stars: ✭ 661 (+4621.43%)
Mutual labels:  ide, melpa
x-studio.github.io
This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2022 Simdsoft Limited
Stars: ✭ 92 (+557.14%)
Mutual labels:  ide
wollok
Wollok Programming Language
Stars: ✭ 54 (+285.71%)
Mutual labels:  ide
mech
🦾 Main repository for the Mech programming language. Start here!
Stars: ✭ 135 (+864.29%)
Mutual labels:  ide
Codebot
Free and open source (MIT license) web-based IDE focused on game development.
Stars: ✭ 86 (+514.29%)
Mutual labels:  ide
AShell
开发者常用脚本shell
Stars: ✭ 68 (+385.71%)
Mutual labels:  ide
UECIDE
Universal Embedded Computing IDE
Stars: ✭ 72 (+414.29%)
Mutual labels:  ide
Desk
Light-weight ide for competitive programming.
Stars: ✭ 34 (+142.86%)
Mutual labels:  ide
helm-gitignore
Helm interface for generating .gitignore files
Stars: ✭ 20 (+42.86%)
Mutual labels:  melpa
OpenHSP
Hot Soup Processor (HSP3)
Stars: ✭ 120 (+757.14%)
Mutual labels:  ide
dentist
Close assembly gaps using long-reads at high accuracy.
Stars: ✭ 39 (+178.57%)
Mutual labels:  dub
Runt
Tiny extensible IDE written in C.
Stars: ✭ 23 (+64.29%)
Mutual labels:  ide
auctex-latexmk
This library adds LatexMk support to AUCTeX.
Stars: ✭ 81 (+478.57%)
Mutual labels:  melpa
emacs-counsel-tramp
Tramp ivy interface for ssh and docker and ‎vagrant
Stars: ✭ 49 (+250%)
Mutual labels:  melpa
dataflow-noflo
DEPRECATED prototype. To see the current work:
Stars: ✭ 54 (+285.71%)
Mutual labels:  ide
clipetty
Manipulate the system (clip)board with (e)macs from a (tty)
Stars: ✭ 91 (+550%)
Mutual labels:  melpa
cide
A fast, lightweight C/C++ IDE for Linux and Windows
Stars: ✭ 33 (+135.71%)
Mutual labels:  ide
code-server-openshift
Coder in your Kube/Docker/OpenShift cluster
Stars: ✭ 16 (+14.29%)
Mutual labels:  ide
use-monaco
Use 🗒️ monaco-editor in any ⚛️ React app with simple hooks 🎣
Stars: ✭ 85 (+507.14%)
Mutual labels:  ide

flycheck-dmd-dub

Actions Status Coverage Status MELPA

Emacs lisp to read dependency information from dub and add syntax highlighting via flycheck that resolves package dependencies.

Basically tells emacs/flycheck how to call dmd with the right -I and -J flags.

Usage

Add this to your .emacs / init.el:

(add-hook 'd-mode-hook 'flycheck-dmd-dub-set-variables)

Installation

Install from MELPA or MELPA Stable with:

M-x package-install RET flycheck-dmd-dub.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].