File size exceeds configured limit (2560000), code insight features not available

In IntelliJ 2016 and newer you can change this setting from the Help menu, Edit Custom Properties (as commented by @eggplantbr). On older versions, there’s no GUI to do it. But you can change it if you edit the IntelliJ IDEA Platform Properties file: #——————————————————————— # Maximum file size (kilobytes) IDE should provide code assistance … Read more

intellij idea run configurations backup

The location would depend on 2 factors, whether the configuration is local to the user or shared with the other developers and if you are using the file based (legacy) or the directory based project format. File based project, local configuration: .iws file Directory based project, local configuration: workspace.xml file under .idea directory File based … Read more