Skip to content

Commit

Permalink
docs: Add more description to plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Nov 18, 2024
1 parent b9f1aa4 commit f3a53a2
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,29 @@
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[
<p>TypeSpec language support plugin for IntelliJ Platform.</p>
<p>TypeSpec language support plugin for IntelliJ Platform.</p>
<p>
NOTE: This plugin is still under development.
If you found a bug, please <a href="https://github.com/siketyan/intellij-typespec-plguin/issues/new">open an issue</a> on GitHub.
</p>
<p>Features:</p>
<ul>
<li>Syntax highlighting</li>
<li>Code folding</li>
<li>
LSP integration
<ul>
<li>Static analysing</li>
<li>Go to definition / Find usages</li>
</ul>
</li>
</ul>
<p>Usage:</p>
<ol>
<li>Make sure <code>@typespec/compiler</code> is installed in the project.</li>
<li>Install this plugin to your IDE.</li>
<li>Open <code>*.tsp</code> files.</li>
</ol>
]]></description>

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

0 comments on commit f3a53a2

Please sign in to comment.