Login Register

Batch Operations and Code Search

Estimated reading: 0 minutes 3 views

Batch file operations:

Large scripting or multi-file tasks do not need to trigger endless recompile churn. GameCatalyst can coordinate smarter execution for bigger changes. Create multiple scripts in a single batch, reducing the overhead that normally slows down large-scale work. Instead of one recompile per file, batch operations group everything together for a single efficient cycle.

Code search and project discovery:

With code indexing, file search, and path diagnosis, the AI can inspect your actual project before acting. That means fewer assumptions and better decisions. The AI knows what exists before it tries to create or modify anything.

Key workspace commands:

  • workspace.find — locate files and folders by name or pattern
  • workspace.index — search through your codebase for classes, methods, and patterns
  • workspace.diagnose — validate paths and check project structure health

These commands turn the AI from a blind guesser into an informed partner that understands your project before it touches anything.

Share this Doc

Batch Operations and Code Search

Or copy link

CONTENTS