Skip to content

Commit

Permalink
Add basic description and contact/company info
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Jul 10, 2023
1 parent 158e0bc commit e21c878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<name>Autodev</name>

<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="[email protected]" url="https://www.yourcompany.com">YourCompany</vendor>
<vendor email="[email protected]" url="https://www.appliedai-institute.de">appliedAI Institute</vendor>

<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
<description><![CDATA[
Enter short description for your plugin here.<br>
<em>most HTML tags may be used</em>
The AutoDev plugin for inline code completion and code snippet-based assistance functions based on (open)
large language models.
]]></description>

<!-- Product and plugin compatibility requirements.
Expand Down

0 comments on commit e21c878

Please sign in to comment.