Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax Highlighting doesn't work in PyCharm #55

Open
georgevreilly opened this issue Oct 9, 2014 · 7 comments
Open

Syntax Highlighting doesn't work in PyCharm #55

georgevreilly opened this issue Oct 9, 2014 · 7 comments

Comments

@georgevreilly
Copy link

When I look at a .proto file in Android Studio, I see syntax highlighting. When I look at the same file in PyCharm, there is no syntax highlighting. My colleagues have the same experience on their computers.

PyCharm installed Version 0.3.0 of the Google Protocol Buffers support, while Android Studio had 0.5.7. PyCharm thought 0.3.0 was the latest version.

I uninstalled 0.3.0 from PyCharm, downloaded 0.5.7 from JetBrains, and installed that from disk in PyCharm. It made no difference.

@tcripps
Copy link
Collaborator

tcripps commented Nov 14, 2014

The plugin was only written to support Java. I know protocol buffers can generate python files.

Did version 0.3.0 offer code hilighting? That was before I became involved with the project.

@codepainters
Copy link

I confirm this plugin doesn't work under PyCharm (4.0.1 and last 3.x), not even the syntax highlighter. A release with editor support and no code generation would be a nice start :)

@georgevreilly
Copy link
Author

I'd be perfectly happy with syntax highlighting for .proto files. I hadn't even realized that the plugin could trigger code generation. The protoc compiler can indeed generate Python files, but it's the source .proto files that I want to look at in PyCharm.

As far as I can tell, most of the IntelliJ plugins work in all of their editors.

@czras
Copy link

czras commented Jun 22, 2015

It would be nice to have syntax highlight working standalone, as that would be useful in CLion too.

@vickychijwani
Copy link

+1 for syntax highlighting. Doesn't work in CLion 1.0.4 either.

@GamePad64
Copy link

Syntax highligting for CLion would be very well. C++ code generation is not needed, because this is automated with CMake in C++ world.

@kshchepanovskyi
Copy link

Hi @georgevreilly @codepainters @czras @vickychijwani @GamePad64

I developed new 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants