You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,17 @@ Everything is in front of you, and all the shortcuts work.
31
31
32
32
### Marketplace
33
33
34
-
Go to the [Plugin homepage in the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26344-buggregator) and click the `Install` button.
34
+
Go to the [Plugin homepage in the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26344-buggregator) and click the <kbd>Install to ...</kbd> button.
35
35
36
-
### IDE Settings
36
+
### IDE built-in plugin system
37
37
38
-
To install the plugin from the IDE, go to IDEA settings → Plugins → Marketplace → Search for "Buggregator" → click `Install`.
38
+
To install the plugin from the IDE built-in plugin system, go to IDEA <kbd>Settings</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > 🔍 Search for "Buggregator" > click <kbd>Install</kbd>.
39
+
40
+
### Manual installation
41
+
42
+
1. Download the latest release from the [Releases page](https://github.com/buggregator/phpstorm-plugin/releases) or from the [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/26344-buggregator/versions).
43
+
2. Go to IDEA <kbd>Settings</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
44
+
3. Select the downloaded `.jar` file and click <kbd>OK</kbd>.
39
45
40
46
> [!IMPORTANT]
41
47
> The IDE might ask you to restart it to apply the changes. After that, you can find the Buggregator button in the top right corner of the IDE window.
0 commit comments