Home  >  Article  >  Development Tools  >  How vscode supports php function jump

How vscode supports php function jump

藏色散人
藏色散人Original
2020-05-06 16:13:199980browse

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

How vscode supports php function jump

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.

How vscode supports php function jump

5. Click on the configuration file, edit php.executablePath, and change null to the installation path of php.

How vscode supports php function jump

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn