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
All the system.* here are useless, there will be an error if you use these auto completions.
This might work for macros/templates that accept typed/untyped. But for functions that expect specific types, I think you should get only variables of these types.
In the example above after takesOnlyString only x and z expected
The text was updated successfully, but these errors were encountered:
Here what I mean:
Peek.2021-05-10.18-19.mp4
All the system.* here are useless, there will be an error if you use these auto completions.
This might work for macros/templates that accept typed/untyped. But for functions that expect specific types, I think you should get only variables of these types.
In the example above after
takesOnlyString
onlyx
andz
expectedThe text was updated successfully, but these errors were encountered: