lspToolNames top-level constant

List<String> const lspToolNames

The LSP inspection tools this server exposes, in registration order.

Implementation

const lspToolNames = <String>[
  lspDiagnosticsToolName,
  lspSymbolsToolName,
  lspHoverToolName,
  lspDefinitionToolName,
  lspReferencesToolName,
  lspCompletionToolName,
  lspWorkspaceSymbolsToolName,
];