Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドラインからPHPStormまたは同等のJetbrains IDEでディレクトリを開く方法はありますか? たとえば、Textmate では、次のようにします。
mate .
作業ディレクトリを開きます。
使用Tools -> Create command line launcherしてから実行できますpstorm .
Tools -> Create command line launcher
pstorm .
IntelliJ コマンドライン ランチャーを MAC Sierra (v 10.12.2) で動作させる方法は次のとおりです。
これは IntelliJ IDEA で動作します。
「bin/」の後に書いた文字を書き、「.」の 後に書きます。
私にとってはij .
ij .
のメニュー エントリは次のv2016.2とおりです。
v2016.2
その後、でフォルダーを開くことができますpstorm {myfolder}。
pstorm {myfolder}
それが役に立てば幸い。