Skip to main content

Popular Extensions

This document provides an overview of the most popular extensions available for Phoenix Code.

Emmet

Created by: Emmet.io

Emmet speeds up HTML and CSS coding by allowing you to write shortcuts that expand into full code snippets.

For more details, visit the website of Emmet.

Emmet in action :- Emmet

Minimap

Created by: Zorgzerg

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.

For more details, visit the GitHub repository of the extension.

Minimap in action :- Minimap

Show Whitespace

Created by: Dennis Kehrig

This extension allows users to visualize spaces and tabs, making code more readable and helping maintain formatting consistency.

For more details, visit the GitHub repository of the extension.

Show Whitespace in action :- Show Whitespace

1-2-3

Created by: Michaljerabek

Generates number sequences directly in your editor, making it easy to create ordered lists or numbered markers with minimal effort.

For more details, visit the GitHub repository of the extension.

1-2-3 in action :- 1-2-3

FuncDocr

Created by: Wikunia

This extension generates JS/PHPDocs for your functions, keeping your code documented and organized.

For more details, visit the GitHub repository of the extension.

FuncDocr in action :- FuncDocr