Skip to content

Commit

Permalink
chore: Description update (#181)
Browse files Browse the repository at this point in the history
* Description update
  • Loading branch information
MarcinVaadin authored Nov 25, 2024
1 parent 4a083a3 commit e833844
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Vaadin IntelliJ Plugin

Official Vaadin plugin for JetBrains IntelliJ, currently featuring undo support for Vaadin Copilot modifications.
Official Vaadin plugin for JetBrains IntelliJ.

This plugin integrates directly with IntelliJ’s undo stack, allowing developers to easily reverse changes made by Vaadin Copilot.
Improves developer experience while working with [Vaadin](https://vaadin.com) framework.</p>
- Helps to create new Vaadin projects using configurable Hello World starters.</li>
- Boosts [Vaadin Copilot](https://vaadin.com/copilot) experience.</li>
- Helps to set up and run projects using HotSwap Agent.</li>
- Provides navigation to [Flow](https://vaadin.com/flow) @Route views in Endpoints tool window.</li>

While initially focused on enhancing undo functionality, the plugin is designed for future expansion with additional features to streamline your Vaadin development workflow.
Available at [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/23758-vaadin).

Available at https://plugins.jetbrains.com/plugin/23758-vaadin


Thanks to https://github.com/gejun123456/HotSwapHelper for inspiration and ideas on the Hotswap Agent integration.
Thanks to [HotSwapHelper](https://github.com/gejun123456/HotSwapHelper) for inspiration and ideas on the Hotswap Agent integration.
12 changes: 8 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
<description>
<![CDATA[
<p>Official Vaadin plugin for JetBrains IntelliJ, currently featuring undo support for Vaadin Copilot modifications.</p>
<p>This plugin integrates directly with IntelliJ’s undo stack, allowing developers to easily reverse changes made by Vaadin Copilot.</p>
<p>While initially focused on enhancing undo functionality, the plugin is designed for future expansion with additional features to streamline your Vaadin development workflow.</p>
<p>Improves developer experience while working with <a href="https://vaadin.com">Vaadin</a> framework.</p>
<ul>
<li>Helps to create new Vaadin projects using configurable Hello World starters.</li>
<li>Boosts <a href="https://vaadin.com/copilot">Vaadin Copilot</a> experience.</li>
<li>Helps to set up and run projects using HotSwap Agent.</li>
<li>Provides navigation to <a href="https://vaadin.com/flow">Flow</a> @Route views in Endpoints tool window.</li>
</ul>
]]>
</description>

Expand Down Expand Up @@ -79,7 +83,7 @@
<!-- Configuration check -->
<notificationGroup id="Vaadin configuration check" displayType="STICKY_BALLOON"/>

<dependencySupport kind="java" coordinate="com.vaadin:flow-server" displayName="Vaadin Flow"/>
<dependencySupport kind="java" coordinate="com.vaadin:vaadin-core" displayName="Vaadin"/>
</extensions>

<actions>
Expand Down

0 comments on commit e833844

Please sign in to comment.