Skip to content

Instantly share code, notes, and snippets.

@armed
Created September 11, 2022 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armed/d747b5276466f0ddf9e9e992ebcd88dd to your computer and use it in GitHub Desktop.
Save armed/d747b5276466f0ddf9e9e992ebcd88dd to your computer and use it in GitHub Desktop.
"default_handler" "textDocument/documentHighlight" { ctx = '{\n bufnr = 47,\n client_id = 3,\n method = "textDocument/documentHighlight",\n params = {\n position = {\n character = 36,\n line = 7\n },\n textDocument = {\n uri = "file:///<project_path>/src/k16/kx/util.clj"\n }\n }\n}', result = { { range = { end = { character = 40, line = 7 }, start = { character = 20, line = 7 } } } }}
"LSP[clojure_lsp]" "client.request" 3 "textDocument/definition" { position = { character = 36, line = 7 }, textDocument = { uri = "file:///<project_path>/src/k16/kx/util.clj" }} <function 1> 47
"rpc.send" { id = 190, jsonrpc = "2.0", method = "textDocument/definition", params = { position = { character = 36, line = 7 }, textDocument = { uri = "file:///<project_path>/src/k16/kx/util.clj" } }}
"rpc.receive" { id = 190, jsonrpc = "2.0"}
"default_handler" "textDocument/definition" { ctx = '{\n bufnr = 47,\n client_id = 3,\n method = "textDocument/definition",\n params = {\n position = {\n character = 36,\n line = 7\n },\n textDocument = {\n uri = "file:///<project_path>/src/k16/kx/util.clj"\n }\n }\n}'}
"textDocument/definition" "No location found"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment