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: docs/06-extensions.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,11 @@ import VideoPlayer from '@site/src/components/Video/player';
7
7
8
8
Phoenix Code supports extensions for adding features, themes, and language support. Everything is managed through the built-in **Extension Manager**.
9
9
10
-
## Opening the Extension Manager
11
-
12
-
Click the Extension Manager icon on the right-hand toolbar, or run **Extension Manager…** from the command palette.
10
+
To open the Extension Manager, click the extension icon on the right-hand toolbar, as shown below.
13
11
14
12

15
13
16
-
## The dialog
17
-
18
-
Four tabs:
14
+
The dialog has four tabs:
19
15
20
16
| Tab | Contents |
21
17
| --- | --- |
@@ -24,9 +20,9 @@ Four tabs:
24
20
|**Installed**| Everything you've installed. Apply, update, or remove from here. |
25
21
|**Default**| Built-in extensions that ship with Phoenix Code. |
A **Sort** dropdown at the top of the dialog orders the list by **Last Updated** (most recently published first), **Downloads** (most-installed first), **Star Rating** (highest GitHub stars), or **Verified** (Phoenix-verified extensions first).
-**Install**: pick an item from **Available** or **Themes** and click **Install**.
32
28
-**Update**: when a newer version is available, an **Update** button appears on the extension's card in **Installed**.
@@ -40,7 +36,7 @@ Themes use the same flow under the **Themes** tab.
40
36
41
37
To switch to an installed theme, either pick it from `View > Themes...` (see [Customizing the Editor → Themes](./customizing-editor#themes)) or click **Apply** next to the theme in **Installed**.
42
38
43
-
## Creating your own
39
+
## Create your own
44
40
45
41
For authoring extensions and themes, see the API section:
46
42
@@ -64,6 +60,7 @@ This extension adds a minimap preview of your code on the side of your editor, m
64
60
For more details, visit the [GitHub repository](https://github.com/zorgzerg/brackets-minimap) of the extension.
0 commit comments