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 we call GetDeclarations from within the F# addin there is no way to relate the Declaration back to a symbol so that we can retrieve context information like what entity the symbol is declared on etc.
This would allow a search context completion to be enabled in Xamarin Studio. I believe this should be fairly easy to do as the info is available within.
This is a feature that we really want to do as iOS development can have lots of overloads declared on different subtypes.
The text was updated successfully, but these errors were encountered:
When we call
GetDeclarations
from within the F# addin there is no way to relate theDeclaration
back to a symbol so that we can retrieve context information like what entity the symbol is declared on etc.This would allow a search context completion to be enabled in Xamarin Studio. I believe this should be fairly easy to do as the info is available within.
This is a feature that we really want to do as iOS development can have lots of overloads declared on different subtypes.
The text was updated successfully, but these errors were encountered: