Skip to content

Commit 7201691

Browse files
committed
docs: update newly added feature docs
1 parent e335f85 commit 7201691

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

src/assets/default-project/en/Newly_added_features.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@ We are continuously adding features every week to improve the life of web develo
77

88
Here's a list of top features recently added to Phoenix:
99

10+
## Drag and Drop Files and Folders in Desktop Apps - Experimental
11+
12+
`Added on June, 2024`
13+
14+
Drag files from Explorer (Windows) or Finder (Mac) and drop them into Phoenix
15+
Code to open individual files. Drop a folder to open it as a project.
16+
17+
> Note: This feature is currently disabled on Linux due to UI issues in some
18+
> Linux distributions. To enable it, select menu
19+
> `Debug -> Experimental Features -> Drag And Drop Files.`
20+
21+
![drag and drop](https://github.com/phcode-dev/phoenix/assets/5336369/ddd96ff7-bc99-46a6-a62d-6f6f5b78438b)
22+
23+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/Features/Problems%20Panel/html-lint/">HTML Validation</a></h2>
24+
25+
`Added on June, 2024`
26+
27+
We have added HTML Validator to help you find errors like duplicate IDs,
28+
unrecognized tags, and more.
29+
30+
![HTML validate](https://github.com/phcode-dev/phoenix/assets/5336369/5bc4a1cc-2429-477c-83ca-91f19dcc0b0f)
31+
32+
<h2><a target="_blank" href="https://docs.phcode.dev/docs/Features/Problems%20Panel/ESLint/">ESLint Support</a></h2>
33+
34+
`Added on June, 2024`
35+
36+
All new and simplified ESLint experience that displays all ESLint errors in a
37+
file. Fix one or all errors with a single click. To enable, open a project that
38+
uses ESLint in Phoenix Code.
39+
40+
![image](https://github.com/phcode-dev/phoenix/assets/5336369/89830ae8-cd45-47fe-9628-7edc4094db4e)
41+
42+
1043
## Live CSS class and Style Code Hints
1144

1245
`Added on May, 2024`

0 commit comments

Comments
 (0)