|
4 | 4 | [](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
5 | 5 | [](https://plugins.jetbrains.com/plugin/PLUGIN_ID) |
6 | 6 |
|
7 | | -## Template ToDo list |
8 | | -- [x] Create a new [IntelliJ Platform Plugin Template][template] project. |
9 | | -- [ ] Get familiar with the [template documentation][template]. |
10 | | -- [ ] Adjust the [pluginGroup](./gradle.properties), [plugin ID](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin). |
11 | | -- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description]) |
12 | | -- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate). |
13 | | -- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time. |
14 | | -- [ ] Set the `PLUGIN_ID` in the above README badges. |
15 | | -- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables). |
16 | | -- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate). |
17 | | -- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes. |
18 | | - |
19 | 7 | <!-- Plugin description --> |
20 | | -This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have. |
| 8 | +Intellij Idea and Android Studio plugin to Convert Kotlin Data Clas to Protocol Buffers Message. |
| 9 | + |
| 10 | +Generates Protocol Buffers schema from Kotlin Data Class. |
21 | 11 |
|
22 | | -This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process. |
| 12 | +Supports: Convert to scalar types, repeated field from one dimensional kotlin array or collection. |
23 | 13 |
|
24 | | -To keep everything working, do not remove `<!-- ... -->` sections. |
| 14 | +<br> |
| 15 | +Keywords: Protocol Buffers, Proto, Schema, Kotlin, Kotlin Data Class. |
25 | 16 | <!-- Plugin description end --> |
26 | 17 |
|
27 | 18 | ## Installation |
|
0 commit comments