Function prisma_fmt::text_document_completion
source · pub fn text_document_completion(schema: String, params: &str) -> String
Expand description
The API is modelled on an LSP completion
request.
Input and output are both JSON, the request being a CompletionParams
object and the response
being a CompletionList
object.