phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.68k stars 117 forks source link

[feat] Automatic CSS Code Hints update #1684

Open abose opened 3 months ago

abose commented 3 months ago

Describe the problem

We have addressed this https://github.com/phcode-dev/phoenix/issues/595 by bringing in new properties from vscode css language service data: https://www.npmjs.com/package/@vscode/web-custom-data

This is the PR: https://github.com/phcode-dev/phoenix/pull/1552

Describe the solution you'd like

We should add the npm dep web custom data and add a build gulp task to update the data on each build.

Alternatives considered

No response

Additional context

No response