Skip to content

Commit

Permalink
chore: remove RestartBiomeServerAction and related plugin entry. (#110)
Browse files Browse the repository at this point in the history
Eliminated the RestartBiomeServerAction class and its plugin.xml registration, streamlining the codebase. Updated the README to include instructions for enabling code formatting, offering a clearer feature guide to users.
  • Loading branch information
denbezrukov authored Dec 12, 2024
1 parent 4b0575e commit 4b695b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 33 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ There are several reasons to behave like this:

This setting overrides the Biome binary used by the plugin.

#### Enabling Code Formatting

To enable formatting, open Biome settings and enable **LSP-based Code Formatting**. This feature allows you to format code using the designated hotkey (<kbd>⌥⇧⌘+L</kbd> or <kbd>Ctrl+Alt+L</kbd>).

If you want to format code on save, navigate to **Actions on Save** settings and enable **Reformat Code**, specifying the desired file types.


### Supported IDEs

This plugin is currently supported in the following IDEs:
Expand Down

This file was deleted.

15 changes: 0 additions & 15 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,4 @@
<listener class="com.github.biomejs.intellijbiome.listeners.BiomeConfigListener"
topic="com.intellij.openapi.vfs.newvfs.BulkFileListener"/>
</projectListeners>
<actions>
<group
id="com.github.biomejs.intellijbiome.actions-group"
text="Biome"
icon="/icons/pluginIcon.svg"
popup="true"
>
<add-to-group group-id="ToolsMenu"/>
<action
id="com.github.biomejs.intellijbiome.restart-lsp-action"
class="com.github.biomejs.intellijbiome.actions.RestartBiomeServerAction"
text="Restart LSP Server"
/>
</group>
</actions>
</idea-plugin>

0 comments on commit 4b695b7

Please sign in to comment.