|
| 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 | + |
| 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 | + |
| 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 | + |
| 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 | + |
| 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 | + |
| 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 | + |
| 70 | + |
| 71 | + |
0 commit comments