MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / executeOrganizeImportsCodeAction

Function executeOrganizeImportsCodeAction

src/test/helpers.ts:702–704  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

700}
701
702export async function executeOrganizeImportsCodeAction() {
703 return executeCodeAction({ kind: vs.CodeActionKind.SourceOrganizeImports }, startOfDocument);
704}
705
706export async function executeSortMembersCodeAction() {
707 return executeCodeAction({ kind: SourceSortMembersCodeActionKind }, startOfDocument);

Callers 1

Calls 1

executeCodeActionFunction · 0.85

Tested by

no test coverage detected