Skip to content

Commit

Permalink
Description update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Nov 25, 2024
1 parent a87f2a3 commit 3909a8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# Vaadin IntelliJ Plugin

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

This plugin integrates directly with IntelliJ’s undo stack, allowing developers to easily reverse changes made by Vaadin Copilot.

While initially focused on enhancing undo functionality, the plugin is designed for future expansion with additional features to streamline your Vaadin development workflow.
Official Vaadin plugin for JetBrains IntelliJ.

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.
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 @@ -85,7 +89,7 @@
<microservices.urlResolverFactory implementation="com.vaadin.plugin.endpoints.VaadinUrlResolverFactory"/>
<implicitUsageProvider implementation="com.vaadin.plugin.endpoints.VaadinImplicitUsageProvider"/>

<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 3909a8e

Please sign in to comment.