Skip to content

Commit 110d40b

Browse files
committed
feat: improve the color hints and collapse folder sections
1 parent 527e98a commit 110d40b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

blog/2026-01-18-Release-5.0/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,19 @@ Create hints that expand into full code blocks. You can also add cursor position
6565

6666
## Collapse Folders
6767

68-
After working for some time, your project structure gets messy, lots of open directories with nested directories and all. But no worries now, Phoenix Code now supports Collapse All Folders feature using which in one click you can reset your view by collapsing all the expanded folders to their root level. [Read More](https://docs.phcode.dev/docs/file-management#collapse-all-folders)
68+
After working for some time, your project structure gets messy with lots of open and nested directories.
69+
70+
But no worries now. Phoenix Code supports Collapse All Folders, which lets you reset your view by collapsing all expanded folders to their root level in one click. [Read More](https://docs.phcode.dev/docs/file-management#collapse-all-folders)
6971

7072
<VideoPlayer
7173
src="https://docs-images.phcode.dev/videos/file-management/collapse-folders.mp4"
7274
/>
7375

7476
## Smarter Color Hints
7577

76-
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)
78+
Color hints in Phoenix Code are now smarter than ever.
79+
80+
When typing a color property, Phoenix Code prioritizes your previously used colors. This helps you reuse frequently used colors without manually searching for them. [Read More](https://docs.phcode.dev/docs/editing-colors#color-hints)
7781

7882
![Previously Used Colors](../../docs/images/editingColors/previously-used-colors.png "Previously Used Colors")
7983

0 commit comments

Comments
 (0)