「VisualStudioCode/検索」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==ディレクトリ内検索== command+shift+F ==プロジェクト外のディレクトリ内検索== #command+shift+F #検索欄右にある"・・・"をクリック...」) |
|||
行1: | 行1: | ||
==ディレクトリ内検索== | ==ディレクトリ内検索== | ||
− | command+shift+ | + | command+shift+f |
+ | |||
+ | ==ディレクトリ内置換== | ||
+ | #command+shift+h | ||
+ | #置換欄の右にあるボタンを押して置換する | ||
==プロジェクト外のディレクトリ内検索== | ==プロジェクト外のディレクトリ内検索== | ||
− | #command+shift+ | + | #command+shift+f |
#検索欄右にある"・・・"をクリックして、パスの正規表現をいれる | #検索欄右にある"・・・"をクリックして、パスの正規表現をいれる | ||
+ | 例 | ||
/Users/unity/project1/Assets/Scripts/*/*.cs | /Users/unity/project1/Assets/Scripts/*/*.cs |
2025年3月2日 (日) 03:53時点における最新版
ディレクトリ内検索
command+shift+f
ディレクトリ内置換
- command+shift+h
- 置換欄の右にあるボタンを押して置換する
プロジェクト外のディレクトリ内検索
- command+shift+f
- 検索欄右にある"・・・"をクリックして、パスの正規表現をいれる
例
/Users/unity/project1/Assets/Scripts/*/*.cs