Files
oh-my-opencode/dist/tools/lsp/tools.d.ts
T
2026-03-14 04:56:50 +00:00

6 lines
289 B
TypeScript

export { lsp_goto_definition } from "./goto-definition-tool";
export { lsp_find_references } from "./find-references-tool";
export { lsp_symbols } from "./symbols-tool";
export { lsp_diagnostics } from "./diagnostics-tool";
export { lsp_prepare_rename, lsp_rename } from "./rename-tools";