– Fixed webstorm bug where vue development was often stuck and the code prompt function was intermittent
- Reason: Webstorm often gets stuck while developing vue project, and the code prompt function is intermittent, because
node_modules
There are too many files in the folder for WebStorm to index. The solution is to make WebStorm ignore itnode_modules
Index of folders - Solution: Add ignore Files and floders in Settings –> Editor –>File Types
node_modules
Can be - Refer to the following graphic solution