Would be of great benefit i think to be able to directly copy F# code instead of copying a string and trying to mimic manually?
the Oak view is not valid F# code so devs cannot copy paste it as is, it would be great to do so, or alternatively have a utility function to convers such strings to oak code
module OakUtils =
// string -> Oak
let FromToolSring str = ...
Would be of great benefit i think to be able to directly copy F# code instead of copying a string and trying to mimic manually?
the Oak view is not valid F# code so devs cannot copy paste it as is, it would be great to do so, or alternatively have a utility function to convers such strings to oak code