Skip to main content

Popular Extensions

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

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: Michal Jeřábek

This extension 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: Ole Kröger

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


Remove Comments

Created by: Pluto

This extension allows you to remove unwanted comments from your code. You can delete all comments at once or only those within a selected section.

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

Remove Comments in action :-


Autosave Files on Window Blur

Created by: Marty Penner

This extension automatically saves all unsaved files whenever Phoenix Code loses focus (for example, when you switch to another application).

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

Autosave Files on Window Blur in action :-