LoginSignup
8
8

More than 5 years have passed since last update.

PhpStormを使うときにしておきたい初期設定メモ

Posted at

【注意】PhpStorm8.0.2の環境で行っております。他バージョンと操作が違うかもしれませんのでご了承ください。

カラースキームを変えよう

  • [View]-[Quick Switch Scheme]-[Color Scheme]-[Monokai]

行番号の表示

  • [file]-[Settings]-[Editor]-[General]-[Appearance] Show line numbers にチェック

メモ

Settings を表示するときのショートカットキー
ctrl+alt+s

Surround selection on typing quote or brace を有効にする

選択中にシングルクォートやダブルクォートをタイプすると選択領域をタイプした文字で囲むことができる

  • [file]-[Settings]-[Editor]-[Smart Keys]

Markdownを使えるようにする

  • [file]-[Settings]-[Plugins] Browse reposities からMarkdownを選んでダウンロード/インストール

Zen Coding・Live Templates

ul>li*3
Zen Codingは↑などと打ってTabキーを押せば変換。
Live Templatesもスニペットキーを入力してTabキーを押せば変換される。

CD

<![CDATA[
]]>

文字エンコーディングの変更

調査中

ショートカットの変更

bluewindとショートカットがかぶっているためショートカットの変更。
* [file]-[Settings]-[Appearance & Behavior]-[Keymap]
ツリー部分から、[Main menu]-[code]-[completion]-[Basic]のショートカットを変更する。または(検索窓で【code】にて検索をする。)
僕の場合は Shift+スペース に割り当てた。

関連記事

8
8
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
8
8