Skip to content

Instantly share code, notes, and snippets.

@takuzoo3868
Last active April 14, 2017 02:16
Show Gist options
  • Save takuzoo3868/aeaca7b4eb92174b8348daafeeb0e8d8 to your computer and use it in GitHub Desktop.
Save takuzoo3868/aeaca7b4eb92174b8348daafeeb0e8d8 to your computer and use it in GitHub Desktop.

Intellij

クラスの作成

対象のパッケージでAlt + Insrtを実行.

プログラムの実行

Alt + Shift + F10

エラーや警告の出ている箇所でクイック・フィックス

Alt + Enter

プラグインの追加

[File]→[Settings]を選択
[Plugins]→[Browse repositories...]でプラグインを検索.

Netbeans (おまけ)

コード補完を高速化

[ツール]→[オプション]を選択
[エディタ]→[コード補完]から[言語]で[Java]を指定
[Java用自動ポップアップのトリガー]に以下を追加
.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment