Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Medium
-
Resolution: Done
-
Component/s: Source Tooling
-
Labels:
Description
Implement action to convert from:
var a = 1000000
to
var a = 1_000_000
Implement action to convert from:
var a = 1000000
to
var a = 1_000_000