简体   繁体   English

如何在 Visual Studio 中关闭图像预览

[英]How do I turn of the Image Preview in Visual Studio

I'm working in an MVC project and when I hover over an image src (or background image) in a .cshtml file it shows a popup of the image.我正在 MVC 项目中工作,当我将鼠标悬停在 .cshtml 文件中的图像 src(或背景图像)上时,它会显示图像的弹出窗口。

Is there a way to turn this off?有没有办法关闭它?

在此处输入图片说明

I couldn't find any answers on SO.我在 SO 上找不到任何答案。 Sorry if it's already been asked.对不起,如果它已经被问到了。

EDIT Visual Studio 2017编辑Visual Studio 2017

Thanks for any help!谢谢你的帮助!

I was able to determine that the extension HTML Tools by Mads Kristensen was the culprit of the image over.我能够确定 Mads Kristensen 的扩展 HTML 工具是图像的罪魁祸首。 Once disabling the extension my issue was resolved.一旦禁用扩展,我的问题就解决了。

I've asked in the Q/A to determine if I can disable that feature individually.我在 Q/A 中要求确定我是否可以单独禁用该功能。

Hopefully this answer will help someone else!希望这个答案能帮助别人!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何关闭Visual Studio 2013 Preview? - How can I turn off Visual Studio 2013 Preview? 如何使用新的Visual Studio 2013预览构建增强功能? - How do I build boost with new Visual Studio 2013 preview? 如何在Visual Studio 2017预览版中使用Tensorflow? - How do I use tensorflow with Visual Studio 2017 preview? 如何安装Xamarin预览版的Visual Studio工具? - How do I install the Visual Studio Tools for Xamarin preview? 如何在Visual Studio中关闭大括号高亮显示 - How do I turn off brace highlighing in Visual Studio 如何关闭 Visual Studio 的格式化选项? - How do I turn off Visual Studio's formatting options? 如何在Visual Studio 2015中为TypeScript文件启用预览面板? - How do I enable the preview panel for TypeScript files in Visual Studio 2015? 如何关闭Visual Studio源代码窗口底部的标签显示? - How do I turn off the tag display at the bottom of Visual Studio source windows? 如何在Visual Studio IDE(2008)中打开多CPU /核心C ++编译? - How do I turn on multi-CPU/Core C++ compiles in the Visual Studio IDE (2008)? 如何关闭 Razor 文件中符号 (@) 的 Visual Studio 背景突出显示? - How do I turn off Visual Studio background highlighting for the at-symbol (@) in a Razor file?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM