简体   繁体   English

如何从Visual Studio智能感知中排除CSS文件?

[英]How to exclude CSS file from Visual Studio intellisense?

My VS 2012 is giving me too much intellisense (Intelligent code completion) as I include more and more CSS files. 我的VS 2012给我带来了太多的智能感知(智能代码完成功能),因为我包含了越来越多的CSS文件。

Is there a way to exclude some css files from being parsed by the intellisense? 有没有办法从智能感知中排除某些css文件?

I am trying to reduce the "verbosity" on the CSS suggestions. 我正在尝试减少CSS建议上的“冗长”。

Go to Sollution explorer > exclude the folder which contain all those css file and click on Show all file. 转到解决方案资源管理器>排除包含所有这些CSS文件的文件夹,然后单击“显示所有文件”。

When solution explorer stop showing you that file it will doesn't show you the css class(es) and ID from that CSS File that you have just excluded right now. 当解决方案资源管理器停止向您显示该文件时,它不会向您显示您刚刚排除的CSS文件中的CSS类和ID。

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

相关问题 如何在.less文件上打开Visual Studio 2010 .css Intellisense - How to turn on Visual Studio 2010 .css Intellisense on .less file 如何在.less文件上打开Visual Studio 2008 .css Intellisense - How to turn on Visual Studio 2008 .css Intellisense on .less file Visual Studio 2015 CSS Intellisense破碎 - Visual Studio 2015 CSS Intellisense Broken 用于 React 中样式 CSS 的 Visual Studio Code Intellisense? - Visual Studio Code Intellisense for style CSS in React? 在Visual Studio的主题文件夹中排除CSS文件 - Exclude a CSS file in Visual Studio's Theme folder Visual Studio Express 2013 CSS Intellisense无法正常工作 - Visual Studio Express 2013 CSS Intellisense not working Visual Studio代码中用于引导CSS类的Intellisense - Intellisense for bootstrap css classes in visual studio code Visual Studio 2015 智能感知与 css 字体真棒 - Visual studio 2015 intellisense with css font awesome 通过自定义控件添加css时如何停止Visual Studio css intellisense中断 - How to stop Visual Studio css intellisense breaking when css is added via a custom control 在部分视图和内容页面中查看CSS Intellisense - Visual Studio 2010? - Viewing CSS Intellisense in partial views and Content pages - Visual Studio 2010?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM