File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 44
55[ Protobuf Support Plugin] ( https://plugins.jetbrains.com/plugin/8277 ) for IntelliJ IDEA & other JetBrains products.
66
7- Plugin is compatible with IntelliJ IDEA 2016.1. Other JetBrains IDEs of the same or higher version should be supported as well.
7+ Latest plugin release is compatible with IntelliJ IDEA 2017.1 (older releases are compatible with IDEA 13+).
8+ Other JetBrains IDEs of the same or higher version should be supported as well.
9+
10+ ### Installation
11+
12+ IntelliJ IDEA should suggest you to install plugin automatically
13+ when you open ` .proto ` file.
14+ You can install plugin manually by opening "Plugins" settings,
15+ "Browse repositories..." - search for "Protobuf Support".
16+
17+ Plugin page: https://plugins.jetbrains.com/plugin/8277-protobuf-support
18+
819
920### Roadmap
1021
1122https://github.com/protostuff/protobuf-jetbrains-plugin/wiki/Roadmap
1223
1324### Build
1425
26+ Run following command in the shell:
27+
1528```
1629./gradlew build
1730```
1831
19- Requirements:
32+ It should be possible to run build on any platform (Linux, Windows, MacOS) where
33+ [ Gradle] ( https://gradle.org/ ) is supported.
2034
21- 1 . JDK 8
35+ JDK 8 must be installed and available on PATH in order to run build.
2236
2337### Run IntelliJ IDEA with enabled plugin (for development)
2438
You can’t perform that action at this time.
0 commit comments