Jetbrain Editor Custom Setting & tips

Live template

Java

+Intellij IDEAにJUnitのLive templateを追加する

test

@org.junit.Test
public void test$EXPR$() {
    $END$
}

tomcat setting

maven profile with tomcat

Tomcat change file automatically recognize

consoleが文字化け

-Dfile.encoding=UTF-8

settings (tab別)

Server

Deployment

Metaキーが使えない&optionキーで特殊文字が入力される。

http://qiita.com/yousan/items/30c7804261db6364de8e

dropboxにある以下のファイルを

Emacs_beats_vi.keylayout

ここに保存

mv ~/...Path/Emacs_beats_vi.keylayout ~/Library/Keyboard\ Layouts/

Watcher setting

Babel

まあ、あんまり使えないnpm scriptやgulpなどで変換するほうがいい

  • Scopeから対象のdirectoryと指定する(include recursively/ exclude recursively)
    • node_modulesなどは exclude recursively
  • Arguments: (生成されるファイルのpathはここで指定する)
    • $FilePath$ --out-file $ProjectFileDir$/out/$FileDirName$/$FileNameWithoutExtension$-compiled.js --source-maps inline
  • Working directory:
    • $ProjectFileDir$
  • Output paths to refresh: (ここはfileが生成される場所ではない)
    • $ProjectFileDir$/out/$FileNameWithoutExtension$.js

Others

Doc comment

/**を入力後、enter

Editorでcopyするとstylistまでcopyされる場合

Editor > General

Rich-text copyの部分で

"Copy as rich text by default"のcheckを外す

results matching ""

    No results matching ""