Techatrix

Results 202 comments of Techatrix

@BrookJeynes What config options do you intent to configure on a per project basis? Since you referenced "styling", the `warn_style` or `highlight_global_var_declarations` config options perhaps?

The `warn_style` and `highlight_global_var_declarations` config options are kind of an outlier here. I would rather have these options be removed from the ZLS/LSP options so that no per project config...

Various clients/editors already provide the ability to configure the set of snippets. Are there any other LSPs that already provide this feature?

ZLS is not in control of any "format on save" feature. It only gets asked to perform formatting on the clients/editors request. When the VSCode `zig.formattingProvider` option is set to...

> I'd like to enable back var -> const code actions that are part of autofix should ideally be reversible if necessary. This means that we would need the zig...

https://github.com/zigtools/zls/blob/aa9fc0c2959798a59dada05f5c099487eb12c662/src/analysis.zig#L1390

Instead of expecting users to know about a workaround, this shouldn't be necessary. This issue with the parser should be investigated and resolved upstream.

This appears to be fixed by https://github.com/zigtools/zls/pull/1536.