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
Currently, we just ignore dicts when offering value completions, because
we don't know how to handle them in most situations, especially when they occur as secondary values inside a list,
our architecture can't handle unhashable type (and we have special handling for lists)
Completions currently originate from either the default value, parsing comments and indirectly from list items of a default list value. Currently it seems only completing the default value it sensible.
Currently, we just ignore dicts when offering value completions, because
Completions currently originate from either the default value, parsing comments and indirectly from list items of a default list value. Currently it seems only completing the default value it sensible.
Related: #156, 2fba8f5
The text was updated successfully, but these errors were encountered: