Skip to content

Commit

Permalink
add interface for hover extended
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Nov 4, 2022
1 parent 93f6a34 commit 427370b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ocaml-lsp-server/src/custom_requests/req_hover_extended.mli
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
open Import

val capability : string * Json.t

val meth : string

val on_request :
params:Jsonrpc.Structured.t option -> State.t Server.t -> Json.t Fiber.t

0 comments on commit 427370b

Please sign in to comment.