Language server for the C3 programming language.
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:
Go to Definition/Declaration on stdlib symbolsC3.path configuration.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
}
}