Let ... in ... block autocomplete also sorted by best 'match', type-wise
This commit is contained in:
parent
2d81e42447
commit
8abbac4bc9
7 changed files with 66 additions and 43 deletions
|
|
@ -166,7 +166,8 @@ export function Editor({state, setState, onCancel, suggestionPriority}: EditorPr
|
|||
return <LetInBlock
|
||||
state={state}
|
||||
setState={setState as (callback:(p:LetInBlockState)=>EditorState)=>void}
|
||||
/>;
|
||||
suggestionPriority={suggestionPriority}
|
||||
/>;
|
||||
case "lambda":
|
||||
return <></>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue