RubyMine 5.4.0 Web Help

3.1+

Rather than running all enabled inspections, RubyMine makes it possible to exactly specify the desired inspection by its name.

To run inspection by name
  1. On the main menu, choose Code | Run Inspection by Name, or press Ctrl+Shift+Alt+ICtrl+Shift+Alt+I.
  2. In the pop-up frame that opens, start typing the inspection name. As you type, the suggestion list shrinks to show the matching inspection only.

    inspectionByName

  3. In the Specify Inspection Scope dialog box that opens, select the scope you want to inspect. This can be the entire project, the current file, a scope of your choice, or uncommitted files.
  4. Examine results in the Inspection tool window.

See Also

Concepts:

Procedures:

Reference:

Web Resources: