You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2026-01-18-Release-5.0/index.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,18 @@ This release's core theme is `Phoenix Pro`, `Live Preview Edit`, `Emmet`, `Tab B
16
16
17
17
## Phoenix Pro
18
18
19
-
We are very excited to announce Phoenix Pro which comes with lots of powerful features which can boost your productivity by a large margin.
20
-
We also maintain a Phoenix Community version that is free and always will be as a sign of gratitude to the developer community and the open-source world.
21
-
We also are very grateful to the educators and the students and for that we have Phoenix Pro for Education which is absolutely free. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)
19
+
We're excited to announce Phoenix Pro -packed with powerful features to boost your productivity.
20
+
21
+
Phoenix Community remains free and always will be, as a sign of gratitude to the developer community and the open-source world.
22
+
23
+
For educators and students, we offer Phoenix Pro for Education at no cost. [Read More](https://docs.phcode.dev/docs/phoenix-pro-school)
22
24
23
25
24
26
## Live Preview Edit
25
27
26
-
Now, you can edit the live preview directly without worrying about your source code. You can edit text, hyperlinks, images rearrange elements by drag & drop, cut, copy, paste them, view measurements of elements to position them accurately and so much more right from the live preview. Phoenix Code automatically updates your source code instantly.
28
+
Now you can edit the live preview directly without touching your source code.
29
+
30
+
Edit text, hyperlinks, and images. Rearrange elements with drag & drop. Cut, copy, paste. View measurements to position elements accurately. Phoenix Code updates your source code instantly.
27
31
28
32
Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/live-preview-edit), [Image Gallery](https://docs.phcode.dev/docs/pro-features/image-gallery), [Measurements](https://docs.phcode.dev/docs/pro-features/measurements).
29
33
@@ -33,23 +37,27 @@ Read more about [Live Preview Edit](https://docs.phcode.dev/docs/pro-features/li
33
37
34
38
## Emmet
35
39
36
-
One of the most awaited features of Phoenix Code **Emmet** is finally here. Now you can write Emmet snippets and Phoenix Code will show you hints, selecting them will expand the hint into the whole code snippet. With Emmet, you can code even faster now! [Read More](https://docs.phcode.dev/docs/features/emmet)
40
+
**Emmet** one of our most requested features is finally here.
41
+
42
+
Write Emmet abbreviations and Phoenix Code shows you hints. Select a hint to expand it into a full code snippet. Code faster than ever. [Read More](https://docs.phcode.dev/docs/features/emmet)
Phoenix Code now also adds the Tab Bar support which is shown at the top of the editor that displays the list of all the open files which helps you in viewing and navigating between files even more quickly. You can choose what suits you, Tab Bar or Working Files or have both enabled at the same time.
Custom Snippets allows you to define your own code hints. Create your own code hints which when selected turn into full code blocks. You can also add cursor positions in your code blocks so that Phoenix Code will automatically place the cursor at the right position after expanding the code block.
Create hints that expand into full code blocks. You can also add cursor positions so Phoenix Code places your cursor exactly where you need it after expansion. [Read More](https://docs.phcode.dev/docs/features/custom-snippets)
Phoenix Code code hints are now smarter than ever. When typing a color property Phoenix Code will prioritize the previously used colors which helps you in reusing frequently used colors without manually searching for them. [Read More](https://docs.phcode.dev/docs/editing-colors#color-hints)
0 commit comments