Override Using Command Palette

Place your cursor inside a class and then use the DVT: Override Constraints… command.

Select the constraints you want to override. After selecting the constraints, choose one of the following insertion options:

  • Implementation The empty body of the overridden constraint will be placed inside the class body at the cursor position.

  • Extern prototype and implementation The overridden constraint’s extern prototype will be placed at the cursor position and the implementation outside the class body.

../../_images/override_constraints_from_command_palette.gif