Function prisma_fmt::code_actions
source · pub fn code_actions(schema: String, params: &str) -> String
Expand description
This API is modelled on an LSP code action request. Input and output are both JSON, the request being a CodeActionParams
object and the response being a list of CodeActionOrCommand
objects.