Skip to content

Commit 61fa908

Browse files
🐛 Add matchOnDescription to allow function name searching (#60)
1 parent 815e816 commit 61fa908

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ function registerCommands(
437437

438438
const selected = await vscode.window.showQuickPick(items, {
439439
placeHolder: "Search FastAPI endpoints...",
440+
matchOnDescription: true,
440441
})
441442
trackSearchExecuted(items.length, selected !== undefined)
442443
if (selected) {

0 commit comments

Comments
 (0)