Alexey Serbin has posted comments on this change. ( http://gerrit.cloudera.org:8080/15155 )
Change subject: [java] Document increasing Intellij intellisense configuration ...................................................................... Patch Set 1: (1 comment) Thank you for putting together a patch to address the issue. I'm not an expert in IntelliJ, but I'm just trying to thing about possible alternative approaches. http://gerrit.cloudera.org:8080/#/c/15155/1/java/README.adoc File java/README.adoc: http://gerrit.cloudera.org:8080/#/c/15155/1/java/README.adoc@143 PS1, Line 143: Some of the classes generated by Kudu Protobuf files are larger than the : default "intellisense" limit in Intellij. This means Intellij won't : provide code assistance for the classes in those files and may indicate : that the classes in those files are not found. Follow the instructions : https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties[here] : to set "idea.max.intellisense.filesize=5000" in the `idea.properties` file : to work around this issue. As an alternative approach, does it make sense to remove the protobuf auto-generated files from the list handled by intellisense somehow? -- To view, visit http://gerrit.cloudera.org:8080/15155 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I37ed4fd9b838fb363a91aa08acae8e7dbb13939a Gerrit-Change-Number: 15155 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Comment-Date: Tue, 04 Feb 2020 00:13:09 +0000 Gerrit-HasComments: Yes
