|
|
@ -7,6 +7,7 @@ export function handlebarsCompletions() { |
|
|
Object.entries(manifest[key]).map(([helperName, helperConfig]) => ({ |
|
|
Object.entries(manifest[key]).map(([helperName, helperConfig]) => ({ |
|
|
text: helperName, |
|
|
text: helperName, |
|
|
path: helperName, |
|
|
path: helperName, |
|
|
|
|
|
example: helperConfig.example, |
|
|
label: helperName, |
|
|
label: helperName, |
|
|
displayText: helperName, |
|
|
displayText: helperName, |
|
|
description: helperConfig.description, |
|
|
description: helperConfig.description, |
|
|
|