FSharp.TypeProviders.SDK icon indicating copy to clipboard operation
FSharp.TypeProviders.SDK copied to clipboard

Provided types documentation in other .NET languages

Open Liminiens opened this issue 7 years ago • 4 comments

So far as I can understand, right now documentation from .AddXmlDoc is provided via TypeProviderXmlDoc attributes which are visible from F# projects, but not from C# project referencing the F# project with provided type. Is there a way to provide documentation for generated types which would be visible in other languages?

Liminiens avatar Nov 02 '18 07:11 Liminiens

THere is currently no way unfortunately.

dsyme avatar Nov 09 '18 15:11 dsyme

Well, I made a simple extension which shows quick info with summary text from attribute, better than nothing I suppose :)

But maybe something like that could be contributed to roslyn? Or it's unlikely that they will accept such integration bits? @dsyme

Liminiens avatar Nov 19 '18 06:11 Liminiens

@Liminiens can it be part of Ionide?

sergey-tihon avatar Nov 19 '18 07:11 sergey-tihon

@sergey-tihon unfortunately I know nothing about Ionide, I usually work in VS\Rider :(

Liminiens avatar Nov 19 '18 07:11 Liminiens