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 value suggestion is not properly working. It can handle direct types, but not referenced types.
Node suggestions are not currently suggesting only the function that the parameter type actually is. For parameters that take in a function itself it doesn't suggest everything.
Validation is really broken. Especially with nested node functions
Variables aren't suggested in any way. just on the same level, but this is totally wrong.