Skip to content

Commit 665d826

Browse files
committed
feat: complete extension section docs
1 parent 59a9493 commit 665d826

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

docs/06-extensions.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@ import VideoPlayer from '@site/src/components/Video/player';
77

88
Phoenix Code supports extensions for adding features, themes, and language support. Everything is managed through the built-in **Extension Manager**.
99

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.
1311

1412
![Extension Manager icon location on the right toolbar](./images/extensions/extension-manager-button.png "Click the Extension Manager icon on the right toolbar")
1513

16-
## The dialog
17-
18-
Four tabs:
14+
The dialog has four tabs:
1915

2016
| Tab | Contents |
2117
| --- | --- |
@@ -24,9 +20,9 @@ Four tabs:
2420
| **Installed** | Everything you've installed. Apply, update, or remove from here. |
2521
| **Default** | Built-in extensions that ship with Phoenix Code. |
2622

27-
<VideoPlayer src="https://docs-images.phcode.dev/videos/extensions/extension-manager.mp4" />
23+
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).
2824

29-
## Installing, updating, removing
25+
<VideoPlayer src="https://docs-images.phcode.dev/videos/extensions/extension-manager.mp4" />
3026

3127
- **Install**: pick an item from **Available** or **Themes** and click **Install**.
3228
- **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.
4036

4137
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**.
4238

43-
## Creating your own
39+
## Create your own
4440

4541
For authoring extensions and themes, see the API section:
4642

@@ -64,6 +60,7 @@ This extension adds a minimap preview of your code on the side of your editor, m
6460
For more details, visit the [GitHub repository](https://github.com/zorgzerg/brackets-minimap) of the extension.
6561

6662
`Minimap` in action :-
63+
6764
![Minimap](./images/popular-extensions/minimap.png)
6865

6966
---
@@ -76,6 +73,7 @@ This extension allows users to visualize spaces and tabs, making code more reada
7673
For more details, visit the [GitHub repository](https://github.com/DennisKehrig/brackets-show-whitespace) of the extension.
7774

7875
`Show Whitespace` in action :-
76+
7977
![Show Whitespace](./images/popular-extensions/Show-Whitespace.png)
8078

8179
---
@@ -88,6 +86,7 @@ This extension generates number sequences directly in your editor, making it eas
8886
For more details, visit the [GitHub repository](https://github.com/michaljerabek/1-2-3) of the extension.
8987

9088
`1-2-3` in action :-
89+
9190
![1-2-3](./images/popular-extensions/1-2-3.gif)
9291

9392
---
@@ -100,6 +99,7 @@ This extension generates JS/PHPDocs for your functions, keeping your code docume
10099
For more details, visit the [GitHub repository](https://github.com/wikunia/brackets-funcdocr) of the extension.
101100

102101
`FuncDocr` in action :-
102+
103103
![FuncDocr](./images/popular-extensions/Func-Docr.gif)
104104

105105
---
@@ -112,6 +112,7 @@ This extension allows you to remove unwanted comments from your code. You can de
112112
For more details, visit the [GitHub repository](https://github.com/devvaannsh/Remove-Comments) of the extension.
113113

114114
`Remove Comments` in action :-
115+
115116
<VideoPlayer src="https://docs-images.phcode.dev/videos/popular-extensions/Remove-Comments.mp4" />
116117

117118
---
@@ -124,4 +125,5 @@ This extension automatically saves all unsaved files whenever Phoenix Code loses
124125
For more details, visit the [GitHub repository](https://github.com/martypenner/brackets-autosave-files-on-window-blur) of the extension.
125126

126127
`Autosave Files on Window Blur` in action :-
128+
127129
<VideoPlayer src="https://docs-images.phcode.dev/videos/popular-extensions/autosave.mp4" />

0 commit comments

Comments
 (0)