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
Is your feature request related to a problem? Please describe.
I expect tooling to work consistently, but VS does not offer to open System.Runtime.InteropServices namespace for [<Optional>] and [<DefaultParameterValue>] attributes applied to method arguments.
This is actually not only about theses attributes, but a general issue.
moduleBar =[<AttributeUsage(AttributeTargets.Parameter)>]typeMyAttribute()=inherit Attribute()typeIFoo=abstractbar:[<My>] value:string->stringtypeFoo()=memberthis.Bar([<My>]value:string)= value
VS offers to open module for My in Foo, but fails to do so for IFoo
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I expect tooling to work consistently, but VS does not offer to open
System.Runtime.InteropServices
namespace for[<Optional>]
and[<DefaultParameterValue>]
attributes applied to method arguments.This is actually not only about theses attributes, but a general issue.
VS offers to open module for
My
inFoo
, but fails to do so forIFoo
The text was updated successfully, but these errors were encountered: