Quick Start

Requirements
Make sure your project meets the following requirements:
- PHP 8.3+
- Pest 4.x
- A compatible PHP language server
Installation
bash
composer require ace-of-aces/intellipestSetup
For non-standard setups (e.g., custom
Pest.phplocation), check the Configuration page first.
For standard project setups, just run this command to generate the helper file:
bash
./vendor/bin/intellipestThe terminal output should look something like this:

If the command ran successfully, you should be all set! You may have to restart your LSP for it to register the helper file.