IntelliJ.proto Support

I have IntelliJIdea 12 Ultimate edition (personal license). I have a .proto file that opens as a text file because IntelliJ cannot recognize the .proto extension. I looked into the IntelliJ repo plugin and found “Google Protobuf Buffer Support” (More info about the plugin here ). I installed it and restarted IntelliJ, but .proto files are still recognized in text files. No IntelliSense.

Has anyone successfully installed and used this plugin? Could you share how you made it work? In addition, if you used some other method, please share this. My goal is to add IntelliSense to IntelliJ for .proto files.

+7
java intellij-idea protocol-buffers
source share

No one has answered this question yet.

See related questions:

1492
Does Java support default parameter values?
1338
How can I consistently include line numbers in IntelliJ?
581
IntelliJ shows JavaDocs hint on mouseover
539
IntelliJ: Never Use Wildcard Import
442
The correct way to add external jars (lib / *. Jar) to an IntelliJ IDEA project
6
Failed to get IntelliJ to recognize compiled Java file files
4
IntelliJ IDEA, jbehave support plugin cannot find ad to go to
0
Problems with Python and IntelliJ
0
Where to set the protocol path for importing buffer protocol standards
0
C ++ Linux Google Protocol Buffers - unable to execute compiled proto cpp files from tutorial

All Articles