タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

検索とPhpStormに関するiwwのブックマーク (2)

  • Searchを使い分ける - Qiita

    PhpStorm上には数多くの検索機能があります。それぞれ用途が違いますが、多すぎて分かりにくいところもちょこちょこあります。 それぞれの機能について説明してみます。 Find(Cmd+F) 一番ベーシックな検索機能です。開いているファイル内に対して文字列検索出来ます。 右のオプションを設定することで[正規表現での検索][大文字小文字完全一致での検索]も切り替えられます。 既に検索状態にある場合にはF3/Shift+F3でそれぞれ次の検索マッチした文字列/前の検索マッチした文字列の箇所にジャンプ出来ます。 また、検索文字列を入力してある状態で検索メニューバーの[Find All]を押すと、以下の様な感じでファイル内Grep表示してくれます。一覧で見れるので地味に便利です。 ちなみに派生機能でFind Word At Caret(Cmd+F3)もあります。こちらはわざわざ検索単語を入力/選択

    Searchを使い分ける - Qiita
  • PhpStorm 2016.3 Help :: Find and Replace in Path

    Edit | Find | Find in Path or Replace in Path Ctrl+Shift+F or Ctrl+Shift+R In the Project tool window: Find in Path or Replace in Path from the context menu for a directory Specify what you want to find and where. In the Replace in Path dialog, also specify the replacement text or pattern. Use Ctrl+Shift+F and Ctrl+Shift+R to switch between the find and replace modes. Search pattern and replacemen

    iww
    iww 2016/12/14
    "You can specify multiple file masks, delimited with commas (for example, *.xml,a?c.sql,!*.html)."
  • 1