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
{{ message }}
This repository was archived by the owner on Apr 9, 2025. It is now read-only.
When using Intellisense the suggestions are not correct when used on a value returned from a property.
In the example above GetName() is a String property, but the Intellisense suggestions refer back to the 'contact' variable which is a NSContactEntity.
I expected intellisense on GetName() to show this list:
