C3-LSP

Language server for the C3 programming language.


Project maintained by pherrymason Hosted on GitHub Pages — Theme by mattgraham

c3lsp.json

You can place a c3lsp.json file in your C3 project and configure most of the LSP settings from there. This allows to customize behaviour on per project basis.

Schema:

Note There’s no current way to configure send-crash-reports, log-path or debug settings in c3lsp.json.

Example:

{
    "C3": {
        "version": "0.6.1",
        "path": "c3c",       
        "stdlib-path": "/Volumes/Development/c3c/lib/std"
    },
    "Diagnostics": {
        "enabled": true,
        "delay": 2000
    }
}