Is your feature request related to a problem? Please describe.
nixd only exposes code actions through LSP, so they are interactive/editor-only.
Describe the solution you'd like
A CLI mode that can request and apply code actions directly, including batch application across multiple files in a project.
Describe alternatives you've considered
Using editor/LSP integration only.
Additional context.
Potentially in scope of nixf-tidy, otherwise, maybe in https://github.com/inclyc/nixf-diagnose
Is your feature request related to a problem? Please describe.
nixdonly exposes code actions through LSP, so they are interactive/editor-only.Describe the solution you'd like
A CLI mode that can request and apply code actions directly, including batch application across multiple files in a project.
Describe alternatives you've considered
Using editor/LSP integration only.
Additional context.
Potentially in scope of
nixf-tidy, otherwise, maybe in https://github.com/inclyc/nixf-diagnose