lsp-types icon indicating copy to clipboard operation
lsp-types copied to clipboard

Derive `Default` for `CodeActionOptions`

Open Jamalam360 opened this issue 1 year ago • 0 comments

Every field in this struct already implements Default, I don't see why this one doesn't - especially when a lot of the other option structs have a default.

https://github.com/gluon-lang/lsp-types/blob/master/src/code_action.rs#L349

I'm sure there are other instances of this in the code base as well.

Thanks

Jamalam360 avatar Mar 20 '23 11:03 Jamalam360