Here are the current patterns to make @editable in verse
@editable
Field1 : type
@editable
Field2 : type
#or
@editable Field3 : type
@editable Field4 : type
This if fine for a couple fields, but if we could get a pattern like this it would be nice
@editable:
Field1 : type
Field2 : type
Field3 : type
#or
@editable {
Field4 : type
Field5 : type
Field6 : type
}
Yes this is basically just me wanting to be lazy, but it would be nice not to have to write @editable a ton of times for some of my larger classes and I think it does also look cleaner.
1 post - 1 participant