Skip to content

Commit faff153

Browse files
controlflowauduchinok
authored andcommitted
[dotnet] Fix RSRP-481311 Completion inside XML comments doesn't suggest <inheritdoc/>, only <inheritdoc cref=""/>
GitOrigin-RevId: 50334e9d5f2f8f0a04a20d7d2a22b0ad1904a276
1 parent d7f64ad commit faff153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Comment/FSharpDocCommentElementsItemsProvider.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ open JetBrains.ReSharper.Psi
66

77
[<Language(typeof<FSharpLanguage>)>]
88
type FSharpDocCommentElementsItemsProvider() =
9-
inherit DocCommentElementsItemsProvider()
9+
inherit DocCommentElementsItemsProviderBase()

0 commit comments

Comments
 (0)