TysonAndre / vscode-php-phan

Phan - PHP Static Analysis for VS Code
Other
24 stars 4 forks source link
phan php static-analysis vscode vscode-extension

PHP Phan (Analyzer)

Latest Release Installs Rating Build Status Minimum PHP Version Gitter

5.1.0 (2022-11-01)

5.0.0 (2021-08-10)

The full changelog can be found at NEWS.md

Troubleshooting

General troubleshooting advice:

Installing from source

This can be installed locally with the following method:

npm install
npm run build
node node_modules/.bin/vsce package

The generated VSIX file can be used locally with the steps from https://stackoverflow.com/a/38866913

Local changes can also be run locally by checking out vscode-php-phan, running npm install, then running your changes in an Extension Development Host with . See https://code.visualstudio.com/api/get-started/your-first-extension for more details.

Credits

This VS Code extension and many parts of the language server protocol implementation are based on PHP IntelliSense

This uses Phan