Usage
You can use PHPTaqwim as:
VSCode extension
- Install from VSCode marketplace
- Diagnostic messages should be shown automatically for PHP files
- If you want to format PHP files, set PHPTaqwim as the default formatter for PHP files
NPM package (CLI)
- Install the package:
npm install @kalimahapps/taqwim -D
- Run
taqwim --help
to see the available options - You can also check the CLI page for more details
PHPTaqwim will try to find the configuration file taqwim.config.js
from the current directory. If it's not found, it will use the default configuration.
To see how to configure PHPTaqwim, check the configuration page.