Antón R. Yuste
Antón R. Yuste

Reputation: 1010

CheckStyle scan shortcut for IntelliJ Idea

I'm using IntelliJ Idea 15.0.4 with the CheckStyle plugin.

To go to the CheckStyle section, I use Ctrl+Tab and select CheckStyle. The problem is to run the scan, I can do it with the mouse clicking on the Green arrow (see screenshot) but I don't know how to do it with the keyboard.

Someone knows how to do it?

IntellijIdea Checkstyle

Upvotes: 8

Views: 8675

Answers (1)

Antón R. Yuste
Antón R. Yuste

Reputation: 1010

I found it,

Ctrl + Alt + S (Settings), Keymap. In the end, Plugins -> Checkstyle-IDEA and assign a shortcut for Check Current File.

Very nice!

Upvotes: 16

Related Questions