facebook twitter hatena line email

「VisualStudioCode/検索」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==ディレクトリ内検索== command+shift+F ==プロジェクト外のディレクトリ内検索== #command+shift+F #検索欄右にある"・・・"をクリック...」)
 
 
行1: 行1:
 
==ディレクトリ内検索==
 
==ディレクトリ内検索==
command+shift+F
+
command+shift+f
 +
 
 +
==ディレクトリ内置換==
 +
#command+shift+h
 +
#置換欄の右にあるボタンを押して置換する
  
 
==プロジェクト外のディレクトリ内検索==
 
==プロジェクト外のディレクトリ内検索==
#command+shift+F
+
#command+shift+f
 
#検索欄右にある"・・・"をクリックして、パスの正規表現をいれる
 
#検索欄右にある"・・・"をクリックして、パスの正規表現をいれる
 +
 
  /Users/unity/project1/Assets/Scripts/*/*.cs
 
  /Users/unity/project1/Assets/Scripts/*/*.cs

2025年3月2日 (日) 03:53時点における最新版

ディレクトリ内検索

command+shift+f

ディレクトリ内置換

  1. command+shift+h
  2. 置換欄の右にあるボタンを押して置換する

プロジェクト外のディレクトリ内検索

  1. command+shift+f
  2. 検索欄右にある"・・・"をクリックして、パスの正規表現をいれる

/Users/unity/project1/Assets/Scripts/*/*.cs