in case anyone's wondering, the reason why we don't have magical "drag every number / sliders everywhere" mixed-mode text editing UI is that there's no way to specify the scale, range and curve of each constant, and no easy way to infer it from the context (you'd need to reverse-compute the specified ranges through math operations, including through function calls, some of which might have conditionals or even side effects)
