Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf51b31

Browse files
Update vsintegration/src/FSharp.Editor/Hints/HintService.fs
Co-authored-by: Andrii Chebukin <xperiandri@live.ru>
1 parent418c79f commitbf51b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎vsintegration/src/FSharp.Editor/Hints/HintService.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module HintService =
2727
|> Seq.collect(InlineParameterNameHints(parseResults).GetHintsForUnionCase symbol)
2828
|_->[]
2929

30-
hintKinds|>Set.toList|>List.map getHintsPerKind
30+
hintKinds|>Seq.map getHintsPerKind|>Set.toList
3131

3232
letprivategetHintsForSymbol(sourceText:SourceText)parseResults hintKinds(symbol,symbolUses)=
3333
lethints= getHints sourceText parseResults hintKinds symbolUses symbol

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp