MCPcopy Index your code
hub / github.com/coder/code-server / navigateQuickInput

Method navigateQuickInput

test/e2e/models/CodeServer.ts:548–550  ·  view source on GitHub ↗

* Navigate through a currently opened "quick input" widget, retrying on * failure.

(items: string[])

Source from the content-addressed store, hash-verified

546 * failure.
547 */
548 async navigateQuickInput(items: string[]): Promise<void> {
549 await this.navigateItems(items, ".quick-input-widget")
550 }
551
552 /**
553 * Navigate through the menu, retrying on failure.

Callers 1

openFileMethod · 0.95

Calls 1

navigateItemsMethod · 0.95

Tested by

no test coverage detected