– Fixed webstorm bug where vue development was often stuck and the code prompt function was intermittent

  1. Reason: Webstorm often gets stuck while developing vue project, and the code prompt function is intermittent, becausenode_modulesThere are too many files in the folder for WebStorm to index. The solution is to make WebStorm ignore itnode_modulesIndex of folders
  2. Solution: Add ignore Files and floders in Settings –> Editor –>File Typesnode_modulesCan be
  3. Refer to the following graphic solution