在 Visual Studio 2010 中控制字符串文字内的 http 链接颜色的项目的名称是什么?

发布于 2024-09-19 01:07:57 字数 336 浏览 2 评论 0原文

我试图更改 Visual Studio 2010 中字符串文字内的 http 链接的颜色,但 String 和 Literal 都无法控制它们的颜色。它们仍然呈现蓝色。

例如:

http://mylink.com"

"字符以我设置的颜色出现,但是http://mylink.com 仍然保持相同的颜色,即蓝色。VS

的字体和颜色自定义中的哪个项目控制这个?

I am trying to change the color of the http links inside string literals in Visual Studio 2010, but neither String, not Literal doesn't control the color of them. They still appear blue.

For instance:

"http://mylink.com"

" characters appear in the color I set, but http://mylink.com still stays the same color which is blue.

What item in the Fonts and Colors customization of VS control this?

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

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

发布评论

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

评论(1

二智少女猫性小仙女 2024-09-26 01:07:59

您正在寻找的项目是“URL 超链接”。更改此设置将更新代码中的值。

替代文本

The item you are looking for is "URL Hyperlink". Changing this will update the values in your code.

alt text

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