mirror of
https://github.com/salexdv/bsl_console.git
synced 2024-11-24 08:33:29 +02:00
Пункт 'СвойстваОбъектов' в метаданных
This commit is contained in:
parent
be54df6a5a
commit
5e9e9d8992
@ -1061,6 +1061,14 @@ class bslHelper {
|
||||
|
||||
}
|
||||
|
||||
suggestions.push({
|
||||
label: "СвойстваОбъектов",
|
||||
kind: monaco.languages.CompletionItemKind.Function,
|
||||
insertText: "СвойстваОбъектов",
|
||||
insertTextRules: monaco.languages.CompletionItemInsertTextRule.InsertAsSnippet,
|
||||
command: null
|
||||
});
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user