when sorting suggestions, not only function and input type are matched, but also output type (=input of surrounding function)
This commit is contained in:
parent
d3138e6617
commit
ea8c015eff
5 changed files with 132 additions and 55 deletions
|
|
@ -154,7 +154,7 @@ export function App() {
|
|||
state={appState.history.at(-1)!}
|
||||
setState={pushHistory}
|
||||
onCancel={() => {}}
|
||||
filter={() => true}
|
||||
suggestionPriority={() => 0}
|
||||
/>
|
||||
</CommandContext>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue