The Goland file size exceeds the configuration limit (2560000), and the code insight function is not available

  1. According to the above figure, switch to the corresponding configuration file and insert the following code
    idea.max.intellisense.filesize=999999
    2. Restart the IDE.
    But this method is not recommended, because it can be very stuck.

Guess you like

Origin blog.csdn.net/qq_40790680/article/details/128971596