|
1 | 1 | <!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
|
2 | 2 | <idea-plugin>
|
3 |
| - <!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. --> |
4 | 3 | <id>de.espend.idea.vuejs</id>
|
5 |
| - |
6 |
| - <!-- Public plugin name should be written in Title Case. |
7 |
| - Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name --> |
8 | 4 | <name>Vue.js Toolbox</name>
|
9 |
| - |
10 |
| - <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. --> |
11 | 5 | < vendor email= "[email protected]" url= "http://espend.de?p=de.espend.idea.vuejs">espend_de</ vendor>
|
12 | 6 |
|
13 | 7 | <!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
|
14 | 8 | Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
|
15 | 9 | Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
|
16 | 10 | <description><![CDATA[
|
17 |
| - Enter short description for your plugin here.<br> |
18 |
| - <em>most HTML tags may be used</em> |
19 |
| - ]]></description> |
| 11 | + <p>Provides additional <a href="https://vuejs.org/">Vue.js</a> support to all JetBrains IDEs that |
| 12 | + <a href="https://www.jetbrains.com/products/#lang=js&type=ide">support JavaScript</a>.</p> |
| 13 | +
|
| 14 | + <h2>Features</h2> |
| 15 | + <ul> |
| 16 | + <li>LineMarker of components usages file</li> |
| 17 | + <li>LineMarker for vue.js application entrypoint</li> |
| 18 | + <li>LineMarker for vue.js application entrypoints</li> |
| 19 | + </ul> |
| 20 | +
|
| 21 | + <h2>Getting started</h2> |
| 22 | + <p>For information on getting started, head over to the <a href="https://www.jetbrains.com/help/">documentation</a> for your IDE. |
| 23 | + For WebStorm, you can check out this section in the <a href="https://www.jetbrains.com/help/webstorm/vue-js.html">documentation</a>.</p> |
| 24 | + ]]></description> |
| 25 | + <category>JavaScript Frameworks and Tools</category> |
20 | 26 |
|
21 | 27 | <!-- Product and plugin compatibility requirements.
|
22 | 28 | Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
|
|
0 commit comments