Skip to content

Commit 0cdbdf9

Browse files
committed
Document search scope usage
1 parent 28375df commit 0cdbdf9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,17 @@ You can rerun the task at any time if you accidentally delete the configuration
128128

129129
## How to use
130130

131+
### Search scopes
132+
133+
IDEA [scopes](https://www.jetbrains.com/help/idea/settings-scopes.html) are sets of files you can search in various contexts. ZomboidMod generates custom search scopes to help you find code usages or references helpful in modding the game:
134+
135+
- `mod-lua` - All Lua files in `media` directory.
136+
- `mod-media` - All files in `media` directory.
137+
- `pz-java` - Project Zomboid Java classes.
138+
- `pz-lua` - Project Zomboid Lua classes.
139+
140+
Learn more about [searching everywhere](https://www.jetbrains.com/help/idea/searching-everywhere.html) in IntelliJ IDEA.
141+
131142
## List of tasks
132143

133144
### Setup tasks

0 commit comments

Comments
 (0)