#5222·unocss

【vscode plugin】css 提示例如 p-4 能否显示实际值

Author: seepineCreated Jun 12, 2026Updated Jul 10, 2026

Clear and concise description of the problem

当前的css提示显示变量,找了一下似乎没有看到能改成实际值

ImageImage

Suggested solution

建议显示值,或者有配置可以切换,如 p-4 直接显示 padding: 16px; 而不是 padding: calc(var(--spacing) * 4),提高可读性

Alternative

No response

Additional context

No response

Validations

  • Read the Contributing Guidelines.
  • Read the README.md of using the package.
  • Already used the Interactive Docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.