Skip to content

Commit

Permalink
add fuzzySearch setting
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtshen committed Apr 23, 2021
1 parent 5dfe213 commit 07bf6c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dev/fig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,20 @@ export const completionSpec: Fig.Spec = {
],
},
},
{
name: "autocomplete.fuzzySearch",
description:
"Search of suggestions using fuzzy search rather than prefix search. NOTE: this currenty does not support the tab autocomplete underlining that prefix search has",
icon: "fig://icon?type=commandkey",
insertValue: "autocomplete.fuzzySearch ",
args: {
name: "bool",
suggestions: [
{ name: "true", icon: "fig://icon?type=string" },
{ name: "false", icon: "fig://icon?type=string" },
],
},
},
{
name: "pty.path",
icon: "fig://icon?type=commandkey",
Expand Down

0 comments on commit 07bf6c8

Please sign in to comment.