Official syntax highlighting, inline diagnostics, and tooling for the Codinam (.cd) programming language.
Features
- Syntax Highlighting: Full colorization for Codinam (
.cd) keywords, data types, string literals, and operators. - Color Theme: Includes the custom Codinam Dark color theme designed specifically for writing Codinam code.
- Diagnostics & Tooling: Automatically integrates with the
codinamccompiler to show diagnostics and errors directly in your editor.
Extension Settings
This extension contributes the following settings:
codinam.compilerPath: Absolute path to thecodinamccompiler binary. If empty, the extension searches the workspace automatically.
Requirements
To enable inline diagnostics, make sure you have the codinamc compiler installed and accessible on your system path, or set the path explicitly in the settings.