Skip to content
New issue

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

Consider split expr.proto into multiple files #214

Open
advancedxy opened this issue Mar 19, 2024 · 0 comments
Open

Consider split expr.proto into multiple files #214

advancedxy opened this issue Mar 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@advancedxy
Copy link
Contributor

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.

image

I think we should consider split the expr.proto into multiple files and reduces the generated code file length?

Describe the potential solution

  1. split the expr.proto into multiple files
  2. 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

cc @sunchao @viirya

Additional context

No response

@advancedxy advancedxy added the enhancement New feature or request label Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant