Eclipse から サクサクな Intellij:IDEA に乗り換えようぜ

 

なんかもっさりなかんじとか、キーバインドの衝突とかが気になっておりましたが。
一人勝ちなAndroid開発環境IDEとしてどの書籍やサイトでも環境構築の説明に利用されていたりしましたがなEclipse。

もう乗り換えちゃいます、サクサク感だけでもお得ですが、Gitなどクライアントもデフォルト梱包済みです。

IntelliJ IDEA :: Best Java IDE to do more high-quality code in less time
http://www.jetbrains.com/idea/

Intellij:IDEA

きっと、あぐらをかいてるEclipseより開発者好みなかんじです。
有料版がWEB系Java開発機能満載ですが、Android開発には無料の「CommunityVersion」であたし的には十分に思えます

オープンソース色は、Eclipse より強く、まだ少し尖った雰囲気が濡れてきます。

現在、使い方を含め乗り換え中なので、調査、設定の備忘録とともに驚きを書きながら随時更新にしておこうと。

なんとなくインストールしましたが、メジャーなみんなが欲しがるだろう、がっている設定などを。

 

行末カーソル

行末がない。ずっと進む。
フツーのテキストエディタのようにする。

 [IntelliJ IDEA] > [Preferences..] > [Editor]

Allow placement of caret after end of line

 

.gitignore

gitを使う際には設定しておくべし。

*.iml
*.ipr

*.iws

.idea/

Eclipse Android and gitignore - Stack Overflow 

あたしてきには、今はこんな。

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/
lint.xml

# Local configuration file (sdk path, etc)
local.properties

# eclipse settings
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# Intellij
*.iml
*.ipr
*.iws
.idea/

.DS_Store

 

スペルチェックをOFFに

どんなアプリでも日本語環境ではOFFにしているようにも思います。

File >> Settings >> Project Settings (line) >> Inspections >> Spelling >> Typo

スクリーンショット_2013_05_11_13_39

spellchecking - Disable spell checking on IntelliJ IDEA - Stack Overflow 

 

ビルドパス

Java、AndroidSDK、外部ライブラリなど「Project Structure」から設定します。
project structure

 

開発端末の指定

デフォルトでエミュレータで実行しようとするので、切替ダイアログをいちいち表示させるようにしています。

Run >> Edit Configuration

Run Configuration

 

公開用apkのキー

ダイアログから、キーファイルの位置とパスワードを覚えさせておきます。

Run >> Edit Configurations...

signed key

(随時更新中。。。)




関連ワード:  Androidおすすめこれはすごい便利な設定評判開発