Chrome 开发者工具 CSS 编辑

发布于 2025-01-06 23:54:24 字数 164 浏览 1 评论 0原文

我使用 Chrome 开发人员工具并尝试从资源中编辑 css,但无法弄清楚如何“启用编码辅助”。当我在控制台中输入“disp”时,我想查看所有可用的属性。有没有办法启用此功能?

在此处输入图像描述

I use Chrome developer tools and trying to edit css from resources but couldn't figure out how to "enable coding assist". When I type "disp" in console, I wanna see all available properties. Is there a way to enable this?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏末 2025-01-13 23:54:24

我知道这不是您问题的确切答案,但您可以这样做:
转到 Elements 并在右侧查看您的 css 并在那里进行编辑。键入“display”,按 TAB,然后在显示的值一侧按 CTRL + SPACE。使用向上和向下箭头键,您将在 DOM 中进行实时预览,以查看您的设置如何影响它。
看看这个:
Chrome 开发工具元素 - 视图

I know that this is not the exact answer to your question, but the way you can do it is:
Go to Elements and see your css on the right and edit it there. Type i.e. "display", press TAB and then on the value-side of display press CTRL + SPACE. With the arrow keys up and down you will have a live preview in the DOM to see, how your settings are affecting it.
See this:
Chrome Dev Tools Elements - View

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文