RubyMine 2017.3 Help

Creating Property Keys and Values

RubyMine detects and helps resolve references to the non-existing properties keys.

To create property value for the existing property key

  1. Open the desired file in the editor, and place the caret at the reference to a property key with no value, which is highlighted:
    ruby createMissingValue1
  2. Press Alt+Enter, and in the list of intention actions choose Create Property:
    ruby createMissingValue2
  3. In the Create Property dialog box, select the target locale if necessary, and specify the property value:
    ruby createMissingValue3
Last modified: 4 April 2018

See Also