Home > Article > Development Tools > How vscode supports php function jump
How vscode supports php function jump
Let vscode support php function jump function
1. PHP is installed correctly.
2. Execute whereis php on the command line to view the PHP installation path
3. Install the extension plug-in PHP IntelliSense in vscode. If it is already installed, skip it.
4. Open the vscode configuration and find the PHP IntelliSense configuration in the extension configuration.
5. Click on the configuration file, edit php.executablePath, and change null to the installation path of php.
6. Restart vscode.
Recommended: "vscode tutorial"
The above is the detailed content of How vscode supports php function jump. For more information, please follow other related articles on the PHP Chinese website!