This time I will bring you a detailed explanation of how webstorm configuration supports nodejs completion. What are the precautions for webstorm configuration to support nodejs completion? Here are actual cases, let’s take a look.
1. Configure support for nodejs
Configure nodejs support, the latest version of 2017.02 downloaded by the blogger, if you already have it after downloadingInstallednode, then the IDE will automatically find the location of the node and add the configuration like myeclipse, without you needing to configure it manually.
If you are unsuccessful, then go to File->Setting->enter Node.js (select and click in)->Node imterpreter (select the installation path of node) ->Confirm
2. Set up automatic completion
First you need to download the core code, File->Setting->Enter Node .js (select and click in) ->The second line has enable (the narration is about whether the source code downloads the application) ->Confirm
Then File->Setting->Language&Frameworks->JavaScript->Libraries->Check Nodejs Core->Confirm
I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to php Chinese websiteOthersrelated articles!
Recommended reading:
Detailed explanation of how to use the $http service in AngularJS
vue addRoutes Detailed explanation of the steps to implement dynamic permission routing menu
The above is the detailed content of Webstorm configuration supports nodejs completion method detailed explanation. For more information, please follow other related articles on the PHP Chinese website!