Let's support auto completion of attribute values.
Acceptance Criteria
- When you ask to auto complete an attribute if the attribute has type
bool we should complete with true or false.
- When you ask to auto complete an attribute if the attribute has type
enum we should recommend completions with the enum values.
- When you ask to auto complete an attribute if the attribute has type
url we should auto complete with "https://".
Let's support auto completion of attribute values.
Acceptance Criteria
boolwe should complete withtrueorfalse.enumwe should recommend completions with the enum values.urlwe should auto complete with "https://".