Simplify
This commit is contained in:
parent
43a896fa5a
commit
8b3919ff47
|
@ -246,7 +246,8 @@ export const jsHelperAutocomplete = (baseCompletions: BindingCompletion[]) => {
|
|||
options: [
|
||||
{
|
||||
label: "helpers.",
|
||||
detail: "Helpers utilities",
|
||||
type: "text",
|
||||
simple: true,
|
||||
apply: (
|
||||
view: EditorView,
|
||||
_completion: BindingCompletion,
|
||||
|
|
|
@ -3,6 +3,7 @@ export interface BindingCompletion {
|
|||
name: string
|
||||
}
|
||||
label: string
|
||||
simple?: boolean
|
||||
}
|
||||
|
||||
export interface EnrichedBinding {
|
||||
|
|
Loading…
Reference in New Issue