projects/m2-core/src/lib/widget-modules/dynamic/lazy/components/code-editor/HintProvider.ts
Methods |
|
| Public Abstract getSnippets |
getSnippets()
|
|
Attention! 'insertMultilineHint' completion function is set automatically for all snippet hints
Returns :
StringMap<Hint | string>
|
| Public Abstract getTypeImports |
getTypeImports()
|
|
Auto-imports
Returns :
StringMap<string>
|
| Public Abstract getTypeInstanceHints |
getTypeInstanceHints()
|
|
Instance methods, fields
Returns :
StringMap<Hint[]>
|