Skip to content

Commit 036dd22

Browse files
committed
feat: add remove comments extension in popular extensions section
1 parent 7b20c70 commit 036dd22

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

docs/06-popular-extensions.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
title: Popular Extensions
33
---
44

5+
import React from 'react';
6+
import VideoPlayer from '@site/src/components/Video/player';
7+
58
This document provides an overview of the most popular extensions available for Phoenix Code.
69

710

@@ -15,8 +18,9 @@ For more details, visit the [GitHub repository](https://github.com/zorgzerg/brac
1518
`Minimap` in action :-
1619
![Minimap](./images/popular-extensions/minimap.png)
1720

21+
---
1822

19-
## Show Whitespace
23+
## Show Whitespace
2024
Created by: [Dennis Kehrig](https://github.com/DennisKehrig)
2125

2226
This extension allows users to visualize spaces and tabs, making code more readable and helping maintain formatting consistency.
@@ -26,20 +30,22 @@ For more details, visit the [GitHub repository](https://github.com/DennisKehrig/
2630
`Show Whitespace` in action :-
2731
![Show Whitespace](./images/popular-extensions/Show-Whitespace.png)
2832

33+
---
2934

3035
## 1-2-3
31-
Created by: [Michaljerabek](https://github.com/michaljerabek)
36+
Created by: [Michal Jeřábek](https://github.com/michaljerabek)
3237

33-
Generates number sequences directly in your editor, making it easy to create ordered lists or numbered markers with minimal effort.
38+
This extension generates number sequences directly in your editor, making it easy to create ordered lists or numbered markers with minimal effort.
3439

3540
For more details, visit the [GitHub repository](https://github.com/michaljerabek/1-2-3) of the extension.
3641

3742
`1-2-3` in action :-
3843
![1-2-3](./images/popular-extensions/1-2-3.gif)
3944

45+
---
4046

4147
## FuncDocr
42-
Created by: [Wikunia](https://github.com/Wikunia)
48+
Created by: [Ole Kröger](https://github.com/Wikunia)
4349

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

@@ -48,4 +54,14 @@ For more details, visit the [GitHub repository](https://github.com/wikunia/brack
4854
`FuncDocr` in action :-
4955
![FuncDocr](./images/popular-extensions/Func-Docr.gif)
5056

57+
---
58+
59+
## Remove Comments
60+
Created by: [Pluto](https://github.com/devvaannsh)
61+
62+
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.
63+
64+
For more details, visit the [GitHub repository](https://github.com/devvaannsh/Remove-Comments) of the extension.
5165

66+
`Remove Comments` in action :-
67+
<VideoPlayer src="https://docs-images.phcode.dev/videos/popular-extensions/remove-comments.mp4" />

0 commit comments

Comments
 (0)