You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,17 @@ You can rerun the task at any time if you accidentally delete the configuration
128
128
129
129
## How to use
130
130
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.
0 commit comments