Skip to content

Commit 1b64a5a

Browse files
committed
feat: add docs for popular extensions
1 parent 8c07a3b commit 1b64a5a

File tree

7 files changed

+71
-0
lines changed

7 files changed

+71
-0
lines changed

api/06-popular-extensions.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
2+
This document provides an overview of the most popular extensions available for Phoenix Code.
3+
4+
## Emmet
5+
Created by: [Emmet.io](https://emmet.io)
6+
7+
Emmet speeds up HTML and CSS coding by allowing you to write shortcuts that expand into full code snippets.
8+
9+
For more details, visit the [website of Emmet](https://emmet.io/).
10+
11+
`Emmet` in action :-
12+
![Emmet](./images/popular-extensions/emmet.gif)
13+
14+
15+
16+
## Minimap
17+
Created by: [Zorgzerg](https://github.com/zorgzerg)
18+
19+
This extension adds a minimap preview of your code on the side of your editor, making it easier to navigate and get an overview of your code structure.
20+
21+
For more details, visit the [GitHub repository](https://github.com/zorgzerg/brackets-minimap) of the extension.
22+
23+
`Minimap` in action :-
24+
![Minimap](./images/popular-extensions/minimap.png)
25+
26+
27+
## Show Whitespace
28+
Created by: [Dennis Kehrig](https://github.com/DennisKehrig)
29+
30+
This extension allows users to visualize spaces and tabs, making code more readable and helping maintain formatting consistency.
31+
32+
For more details, visit the [GitHub repository](https://github.com/DennisKehrig/brackets-show-whitespace) of the extension.
33+
34+
`Show Whitespace` in action :-
35+
![Show Whitespace](./images/popular-extensions/Show-Whitespace.png)
36+
37+
38+
39+
## Line Height
40+
Created by: [Devvaannsh](https://github.com/devvaannsh)
41+
42+
This extension allows users to change the line spacing in the code for better readability.
43+
44+
For more details, visit the [GitHub repository](https://github.com/devvaannsh/custom-line-height) of the extension.
45+
46+
`Line Height` in action :-
47+
![Line Height](./images/popular-extensions/Line-Height.png)
48+
49+
50+
## 1-2-3
51+
Created by: [Michaljerabek](https://github.com/michaljerabek)
52+
53+
Generates number sequences directly in your editor, making it easy to create ordered lists or numbered markers with minimal effort.
54+
55+
For more details, visit the [GitHub repository](https://github.com/michaljerabek/1-2-3) of the extension.
56+
57+
`1-2-3` in action :-
58+
![1-2-3](./images/popular-extensions/1-2-3.gif)
59+
60+
61+
## FuncDocr
62+
Created by: [Wikunia](https://github.com/Wikunia)
63+
64+
This extension generates JS/PHPDocs for your functions, keeping your code documented and organized.
65+
66+
For more details, visit the [GitHub repository](https://github.com/wikunia/brackets-funcdocr) of the extension.
67+
68+
`FuncDocr` in action :-
69+
![FuncDocr](./images/popular-extensions/Func-Docr.gif)
70+
71+
412 KB
Loading
1.35 MB
Loading
139 KB
Loading
185 KB
Loading
295 KB
Loading
281 KB
Loading

0 commit comments

Comments
 (0)