We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just noticed that the generated ExprOuterClass.java is too large(~2.61MB), which makes IntelliJ IDEA stops indexing on that file.
ExprOuterClass.java
I think we should consider split the expr.proto into multiple files and reduces the generated code file length?
expr.proto
idea.max.intellisense.filesize
cc @sunchao @viirya
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the problem the feature request solves?
I just noticed that the generated
ExprOuterClass.java
is too large(~2.61MB), which makes IntelliJ IDEA stops indexing on that file.I think we should consider split the
expr.proto
into multiple files and reduces the generated code file length?Describe the potential solution
idea.max.intellisense.filesize
to a larger than, such as 9999 may work around this issue. For how to set this properties, please refer https://www.jetbrains.com/help/idea/tuning-the-ide.html#c61775a4_106cc @sunchao @viirya
Additional context
No response
The text was updated successfully, but these errors were encountered: