Skip to content

Commit 896a96f

Browse files
authored
chore: update marketplace description (#97)
1 parent 8f67583 commit 896a96f

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22
pluginGroup=com.github.biomejs.intellijbiome
33
pluginName=Biome
4-
pluginRepositoryUrl=https://github.com/biomejs/biome
4+
pluginRepositoryUrl=https://github.com/biomejs/biome-intellij
55
# SemVer format -> https://semver.org
66
pluginVersion=1.4.0
77

src/main/resources/META-INF/plugin.xml

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,40 @@
44
<name>Biome</name>
55
<vendor>biomejs</vendor>
66
<description><![CDATA[
7-
<a href="https://biomejs.dev">Biome</a> plugin for JetBrains IDEs.
7+
<h3>Biome IntelliJ Plugin</h3>
88
9-
<h3>Features</h3>
9+
<p>The Biome IntelliJ Plugin provides comprehensive support for Biome within IntelliJ IDEA.</p>
1010
11-
<ul>
11+
<b>Features:</b>
12+
<ul>
1213
<li>Linting</li>
1314
<li>Quick Fix (from mouse-over, <code>⌥⏎</code> or <code>Alt+Enter</code>)</li>
1415
<li>Reformat your code with <code>⌥⇧ ⌘ L</code> or <code>Ctrl+Alt+L</code></li>
16+
</ul>
17+
18+
<p><a href="https://biomejs.dev/">Biome</a> is a fast formatter for JavaScript, TypeScript, JSX, TSX, JSON, CSS, and GraphQL that scores 97% compatibility with Prettier, saving CI and developer time.</p>
19+
20+
<p>It is also a performant linter for JavaScript, TypeScript, JSX, CSS, and GraphQL, featuring 281 rules from ESLint, TypeScript ESLint, and other sources.</p>
21+
22+
<p>Not only can you format and lint your code separately, you can do it all at once with a single command!</p>
23+
24+
<ul>
25+
<li>Fast Built with Rust and an innovative architecture inspired by rust-analyzer.</li>
26+
<li>Zero configuration needed to get started. Extensive options available for when you need them.</li>
27+
<li>Scalable Designed to handle codebases of any size. Focus on growing product instead of your tools.</li>
28+
<li>With tight internal integration we are able to reuse previous work and any improvement to one tool improves them all.</li>
29+
<li>Actionable & Informative Avoid obscure error messages, when we tell you something is wrong, we tell you exactly where the problem is and how to fix it.</li>
30+
<li>Out of the box support for all the language features you use today. First class support for TypeScript and JSX.</li>
1531
</ul>
16-
]]></description>
1732
33+
<b>Resources: </b>
34+
<ul>
35+
<li><a href="https://biomejs.dev/">Biome Official Website</a></li>
36+
<li><a href="https://biomejs.dev/chat">Biome Official Discord Server</a></li>
37+
<li><a href="https://github.com/biomejs/biome-intellij">Biome Intellij Repository</a></li>
38+
<li><a href="https://github.com/biomejs/biome-intellij/issues">Issue Tracker</a></li>
39+
</ul>
40+
]]></description>
1841

1942
<depends>com.intellij.modules.platform</depends>
2043
<depends>com.intellij.modules.ultimate</depends>

0 commit comments

Comments
 (0)