nnmatveev / idea-plugin-protobuf

Google Protocol Buffes support for Intellij IDEA
Other
120 stars 39 forks source link

PyCharm support #75

Open dniku opened 9 years ago

dniku commented 9 years ago

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?

tcripps commented 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.

dniku commented 9 years ago

How unfortunate. Are there plans to add PyCharm support?

kshchepanovskyi commented 8 years ago

@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.

https://plugins.jetbrains.com/plugin/8277