Function prisma_schema_build::code_actions
source · pub fn code_actions(schema: String, params: String) -> 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.