Feedback
Allow multiple properties/fields to be adding to an item at once
- Status
- Fixed
- Fixed in
- v26.5.5
- Source discussion
- https://forum.objo.dev/d/64-add-multiple-properties-in-class
- Last updated
- 2026-05-21
Public summary
It can be time consuming to add properties and constants to an item one-by-one in the IDE. We should support the addition of multiple fields in one go with validation. For example, the following code in a TextArea should add two properties and a constant to the current item:
Var Name As String
Var Age As Integer = 75
Const PI As Double = 3.14