Visual Studio Code URL 突出显示 [英] Visual Studio Code URL Highlighting

查看:36
本文介绍了Visual Studio Code URL 突出显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前在 Visual Studio Code 中,所有 URL 都用下划线突出显示,该下划线可通过 Ctrl + 单击操作.

是否可以关闭此 URL 突出显示功能?

解决方案

尝试

//控制编辑器是否应该检测链接并使其可点击editor.links":假,

Currently in Visual Studio Code all URL's are highlighted with an underline, and this underline is actionable with a Ctrl + Click.

Is it possible to turn this URL highlighting feature off?

解决方案

Try the editor.links setting in settings.json:

// Controls whether the editor should detect links and make them clickable
"editor.links": true,

// Controls whether the editor should detect links and make them clickable
"editor.links": false,

这篇关于Visual Studio Code URL 突出显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆