|
4 | 4 | <name>Biome</name>
|
5 | 5 | <vendor>biomejs</vendor>
|
6 | 6 | <description><![CDATA[
|
7 |
| - <a href="https://biomejs.dev">Biome</a> plugin for JetBrains IDEs. |
| 7 | + <h3>Biome IntelliJ Plugin</h3> |
8 | 8 |
|
9 |
| - <h3>Features</h3> |
| 9 | + <p>The Biome IntelliJ Plugin provides comprehensive support for Biome within IntelliJ IDEA.</p> |
10 | 10 |
|
11 |
| - <ul> |
| 11 | + <b>Features:</b> |
| 12 | + <ul> |
12 | 13 | <li>Linting</li>
|
13 | 14 | <li>Quick Fix (from mouse-over, <code>⌥⏎</code> or <code>Alt+Enter</code>)</li>
|
14 | 15 | <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> |
15 | 31 | </ul>
|
16 |
| - ]]></description> |
17 | 32 |
|
| 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> |
18 | 41 |
|
19 | 42 | <depends>com.intellij.modules.platform</depends>
|
20 | 43 | <depends>com.intellij.modules.ultimate</depends>
|
|
0 commit comments