1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

IntelliJのショートカット Complete Current Statementが便利

1
Posted at

Complete Current Statementとは

cmd + shit + enterでメソッド宣言やif文の入力を省力化できる。

詳しくは公式ヘルプ参照。
IntelliJ IDEA 2018.1 Help Code completion
https://www.jetbrains.com/help/idea/auto-completing-code.html

下の動画ではメソッド内の「a: Int」とif文の条件「a > 0」入力後にcmd + shift + enterを押下している。 

intellij1.mov.gif

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?