码迷,mamicode.com
首页 > 其他好文 > 详细

【IDEA】idea一直不停的scanning files to index 解决方法

时间:2020-03-31 21:11:11      阅读:646      评论:0      收藏:0      [点我收藏+]

标签:mic   update   users   sla   art   blog   任务   sans   index   

参考文章:https://blog.csdn.net/libusi001/article/details/102800605

 

scanning files to index 扫描文件建立索引

 


方法一、File -> Invalidate Caches / Restart

 技术图片

 

 

 技术图片

 

 

 


方法二、删除C:\Users\xxx\.IntelliJIdea2018.2\system文件夹

技术图片

 

 

 


方法三、将扫描的文件夹排除在建立索引的范围之外,即将xxx文件夹标记为Excluded。

技术图片

 

 

 

方法四、更改Edit Configurations和idea配置路径【最有用的方法】

1、一直扫描很长时间,点击Edit Configurations,update classes and resources更改为Do nothing。

 技术图片

 

 

 技术图片

 

 

 

2、会发现扫描时间很短,但是还会一直重复扫描

3、更改idea配置路径

技术图片

 

 

 

 

idea.config.path=D:\Java\idea\IntelliJ IDEA 2018.2.4\01edit\config
idea.system.path=D:\Java\idea\IntelliJ IDEA 2018.2.4\01edit\system
idea.plugins.path=D:\Java\idea\IntelliJ IDEA 2018.2.4\01edit\plugins
 
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE config folder. Make sure youre using forward slashes.
#---------------------------------------------------------------------
# idea.config.path=${user.home}/.IntelliJIdea/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure youre using forward slashes.
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IntelliJIdea/system
 
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure youre using forward slashes.
#---------------------------------------------------------------------
# idea.plugins.path=${idea.config.path}/plugins

 


思路:

1>重启idea,重装idea,关机重启,kill idea进程都不好使。
2>重新download的代码一样的问题,所以一定是配置文件的问题。
3>配置文件删掉一样不好使,可能是需要刷新加载配置文件。
4>不重启的情况下(重启也不一定好用),更改idea配置路径即可起到刷新的效果。
5>更改完毕后,关闭idea,任务管理器杀死进程,重新启动。
6>发现update完毕后就不会重复扫描建立索引了。

【IDEA】idea一直不停的scanning files to index 解决方法

标签:mic   update   users   sla   art   blog   任务   sans   index   

原文地址:https://www.cnblogs.com/sxdcgaq8080/p/12607912.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!