Home
last modified time | relevance | path

Searched refs:viewCrateGraph (Results 1 – 6 of 6) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/editors/code/src/
H A Dlsp_ext.ts48 export const viewCrateGraph = new lc.RequestType<ViewCrateGraphParams, string, void>("rust-analyzer… constant
H A Dcommands.ts498 const dot = await ctx.client.sendRequest(ra.viewCrateGraph, params);
543 export function viewCrateGraph(ctx: Ctx): Cmd { function
H A Dmain.ts128 ctx.registerCommand('viewCrateGraph', commands.viewCrateGraph);
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/editors/code/src/
H A Dlsp_ext.ts47 export const viewCrateGraph = new lc.RequestType<ViewCrateGraphParams, string, void>("rust-analyzer… constant
H A Dcommands.ts489 const dot = await ctx.client.sendRequest(ra.viewCrateGraph, params);
534 export function viewCrateGraph(ctx: Ctx): Cmd { function
H A Dmain.ts127 ctx.registerCommand('viewCrateGraph', commands.viewCrateGraph);