From 3f39f09a4681cae15ba4bda91dbe5efa6160627f Mon Sep 17 00:00:00 2001 From: Benjamin Berman Date: Thu, 31 Aug 2023 09:56:40 -0700 Subject: [PATCH] Include note to increase max file size this should address other, ongoing issues with IntelliJ not providing code completion and related features with generated sources --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index cddd9829..473e15fb 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,15 @@ Settings -> Build, Execution, Deployment This plugin integrates with the ``idea`` plugin and automatically registers the proto files and generated Java code as sources. +Generated files whose size exceeds IntelliJ's default file size +limits will not get parsed. Generated symbols may still appear to +be not found or not referenced. To increase IntelliJ's max file +size, visit the **Help | Edit Custom Properties...** menu, then +add the following lines: + +``` +idea.max.intellisense.filesize=99999 +``` ## Testing the plugin