I am using JetBrains Rider 2018.1.3 on Win 10 x64 to develop some Unity games.
One of my C# scripts is around 12000 lines of code and the file size is about 550KB. Code inspection is disabled for this file, and adding code to this file is getting really hard, because it does not even show the errors to me. I have to type my code, save, go to unity, wait for compile to complete, and see my errors in unity console. The inspection is working fine on small files.
Is there anything I can do to re-enable this feature for large files?
Here is the image of the error I am getting:
- I have tried reinstalling Rider
- I have tried all the solutions in the following links, unfortunately none of them worked:
- https://rider-support.jetbrains.com/hc/en-us/community/posts/360000137704-No-analysis-has-been-performed-Document-size-has-exceeded-the-threshold-
- https://www.jetbrains.com/help/clion/configuring-file-size-limit.html?_ga=2.98728349.2055830657.1567927810-1008993667.1564211256
- File size exceeds configured limit (2560000), code insight features not available
- https://medium.com/@yobi.kim/intellij-file-size-exceeds-configured-limit-2560000-code-insight-features-not-available-8ccaae1f2d32