Hello.
It would be nice if I could set up a custom format so that I can insert something like this directly:
Guid.Parse("2470d04f-d482-4964-ac15-443a54a620f0")
This could be defined in settings as a list of strings with a placeholder that will be replaced via the GUID.
{
"customFormats": [
"Guid.Parse(\"__GENERATED_GUID__\")"
]
}
Hello.
It would be nice if I could set up a custom format so that I can insert something like this directly:
Guid.Parse("2470d04f-d482-4964-ac15-443a54a620f0")This could be defined in settings as a list of strings with a placeholder that will be replaced via the GUID.
{ "customFormats": [ "Guid.Parse(\"__GENERATED_GUID__\")" ] }