Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down