VScode - Laravel Blade 语法 - 突出显示匹配的标签/对

发布于 2025-01-11 07:41:28 字数 368 浏览 0 评论 0原文

VSCode 中寻找设置最好是扩展突出显示刀片语法

例如,我想在大型刀片文件中找到 @if 语句的 @endif@endforeach >@foreach 循环等。

请参阅此处开始 HTML 标记如何用结束标记突出显示

图片

我环顾四周但没有发现任何东西。

Looking for a setting or an extension preferably in VSCode to highlight blade syntax.

For e.g. I'd like to find the @endif for an @if statement in a large blade file or the @endforeach for the @foreach loop etc.

See here how the opening HTML tag is highlighted with the closing one:

image

I've been looking around but have not found anything.

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

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

发布评论

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

评论(1

酒废 2025-01-18 07:41:28

对于 HTML 开始和结束标记,

请使用 突出显示匹配标记
输入图片此处描述


对于 Blade 指令

我发现的最终解决方案是安装 PHP 刀片语法刀片颜色 由同一个人开发的扩展。

但正如预览所示,它对我不起作用。

由于上次更新是在 2021 年 6 月,该项目似乎暂时被放弃了……


但是,一个好的主题正确的格式可以挽救这一局面:

Solarized Dark
输入图片此处描述

明夜蓝
输入图片此处描述

Monokai 变暗
输入图片此处描述

毁掉你的眼睛
输入图片此处描述

For HTML opening and closing tags

Use Highlight Matching Tag
enter image description here


For Blade directives

The ultimate solution that I've found is installing Blade Syntax for PHP and Blade Color extensions which are developed by the same person.

But it didn't work for me as shown on its preview.

The project seems to be abandoned for now since the last update was in June 2021 ...


However a good theme with proper formatting can save the day:

Solarized Dark
enter image description here

Tomorrow Night Blue
enter image description here

Monokai Dimmed
enter image description here

Destroy your eyes
enter image description here

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