You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When object is type anyOf (array: null | string[]) some code completion doesn't work properly.
For example snippets on array it's not working very well.
When object is type anyOf (array: null | string[]) some code completion doesn't work properly.
For example snippets on array it's not working very well.
Helps also in scenarios where yaml parser doesn't know that parent is array:
This new parameters can specify:
type
: type of snippet.symbolKind
: id of symbol that is displayed on completion panel.This feature probably doesn't solve the cause of the problem. But offers workaround.
Describe alternatives you have considered
it can be probable done by fix
Array code completion does't work in some scenarios
The text was updated successfully, but these errors were encountered: