ksprojects / protobuf-jetbrains-plugin

Protobuf Support for JetBrains IDEs
https://plugins.jetbrains.com/plugin/8277
Apache License 2.0
259 stars 45 forks source link

Plugin doesn't working on WebStorm #148

Closed wickedev closed 4 years ago

wickedev commented 5 years ago

Describe the bug Plugin doesn't working on WebStorm

To Reproduce Steps to reproduce the behavior:

  1. git clone -b grpc https://gitlab.com/wickedev/amki-web
  2. amki-web project open in WebStorm (2019.2.3)
  3. Does not recognize proto file in WebStorm (src/protos/hello.proto)

Expected behavior Syntax highlighting and autocomplete work in WebStorm as well as IntelliJ

Screenshots

WebStorm 2019.2.3 image

WebStorm 2019.2.3 image

IntelliJ 2019.2.2 image

Plugin (please complete the following information):

Additional context React Project

Thanks for your efforts

kshchepanovskyi commented 4 years ago

This issue is closed as plugin is not supported anymore. Please switch to https://github.com/jvolkman/intellij-protobuf-editor.