-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
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
- split the expr.proto into multiple files
- a temporary workaround, set IDEA's advanced property:
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_106
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed