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
posCursor:[417:17] posNoWhite:[417:16] Found expr:[417:11->417:17]
1707
+
Completable: Cpath int->t
1708
+
Raw opens: 2 Shadow.B.place holder ... Shadow.A.place holder
1709
+
Resolved opens 2 Completion.res Completion.res
1710
+
[{
1711
+
"label": "Belt.Int.toString",
1712
+
"kind": 12,
1713
+
"tags": [],
1714
+
"detail": "int => string",
1715
+
"documentation": {"kind": "markdown", "value": "\n Converts a given `int` to a `string`. Uses the JavaScript `String` constructor under the hood.\n\n ```res example\n Js.log(Belt.Int.toString(1) === \"1\") /* true */\n ```\n"}
1716
+
}, {
1717
+
"label": "Belt.Int.toFloat",
1718
+
"kind": 12,
1719
+
"tags": [],
1720
+
"detail": "int => float",
1721
+
"documentation": {"kind": "markdown", "value": "\n Converts a given `int` to a `float`.\n\n ```res example\n Js.log(Belt.Int.toFloat(1) === 1.0) /* true */\n ```\n"}
0 commit comments