web developer tips (81):为css的智能提示和属性选择css的模式
2010-03-28 – 22:47
原文地址:How to Select the CSS Schema for Intellisense and CSS Properties 在Visual Studio 2008里,有个样式工具栏(Style Sheet Toolbar ),通过它允许选择使用的css模式(CSS Schema),如下图所示 但是这个设置只支持css的编辑器,不支持在aspx和html页面的智能提示。也不支持css属性窗体里属性/值的设置。如下图所示: http://www.watch-life.net/visual-studio/how-to-select-the-css-schema-for-intellisense-and-css-properties.html 实际上,为aspx和html页面设置css的模式,有点难以理解。在vs2008当前正在使用的css模式是推断出而不是选择的,这个设置是不可见的。选择css模式......[阅读全文]
分类: Visual Studio | 没有评论 »

