Home > Article > Development Tools > The solution is not available after the vscode plug-in is installed
VS CODE sometimes occurs that the extension plug-in cannot be used normally, such as function jump (go to definition) and other functions failure. This is mostly the case. Because the plug-in installation in the VS CODE client was unsuccessful, but quectel in VS CODE showed that it was installed. You only need to uninstall the corresponding plug-in extension, and then download the corresponding extension and install it manually.
Take cpptool as an example:
Click uninstall to uninstall it
Then Go to github to download the expansion package installation file:
Then go to github to download the expansion package installation file:
After downloading, go to the VSCODE installation directory, enter the bin folder, copy the downloaded extension installation file to this directory, hold down the "shift right mouse button" and click "In Open the command window here and enter the following command:
code –install-extension The extension to be installed.vsix
Wait for the installation prompt and restart vs code. ok
Recommended related articles and tutorials: vscode tutorial
The above is the detailed content of The solution is not available after the vscode plug-in is installed. For more information, please follow other related articles on the PHP Chinese website!