cd /Applications/Android Studio.app/Contents/bin
open idea.properties
现在,添加以下行:
#---------------------------------------------------------------------
# Maximum file size (kilobytes) IDE should provide code assistance for.
# The larger file is the slower its editor works and higher overall system memory requirements are
# if code assistance is enabled. Remove this property or set to very large number if you need
# code assistance for any files available regardless their size.
#---------------------------------------------------------------------
idea.max.intellisense.filesize=2500
3条答案
按热度按时间pw9qyyiw1#
json文件的代码洞察是不必要的,无论如何,遵循以下步骤:
打开IntelliJ IDEA平台属性文件:
现在,添加以下行:
wh6knrhe2#
打开此文件:“/Android Studio /bin/idea.properties“。添加以下内容:idea.max.intellisense.filesize=2500.仅供参考,它只适用于windows。
slmsl1lt3#
1.转到帮助-〉编辑自定义属性...
1.输入以下配置:
idea.最大智能感知文件大小=[值(KB)]
1.重新启动Android Studio