Open dniku opened 9 years ago
The plugin was not written to support PyCharm. It specifically supports IDEA only at this time.
Sent from my iPhone
On Aug 28, 2015, at 8:15 AM, Pastafarianist notifications@github.com wrote:
I have downloaded the .zip of release version 0.5.9, unpacked the .jar from it and installed it using PyCharm's "install plugin from disk". After that, Protocol Buffers are not registered in file associations, and, naturally, *.proto files are opened as plain text.
Is this plugin incompatible with PyCharm entirely, or is my installation broken?
— Reply to this email directly or view it on GitHub.
How unfortunate. Are there plans to add PyCharm support?
@Pastafarianist
I developed my own plugin that supports all Jetbrains products. Current version is really simple - it suppports only syntax highlighting for proto2/proto3. More features will come in following releases.
I have downloaded the
*.zip
of release version0.5.9
, unpacked the*.jar
from it and installed it using PyCharm's "install plugin from disk". After that, Protocol Buffers are not registered in file associations, and, naturally,*.proto
files are opened as plain text.Is this plugin incompatible with PyCharm entirely, or is my installation broken?