简体   繁体   English

第三方Visual Studio样式表/ CSS编辑器

[英]Third Party Visual Studio Stylesheet / CSS Editor

Any good (free) style sheet editors that I can use with visual studio? 我可以在Visual Studio中使用任何好的(免费)样式表编辑器吗? I recently found a resource editor that I found was better than the default version that opens .resx files. 最近,我发现一个资源编辑器比打开.resx文件的默认版本更好。 I'm thinking there may be some improved stylesheet editors available. 我认为可能会有一些改进的样式表编辑器可用。

Not sure about replacements for the stylesheet editor, but there are 2 new alternatives to coding CSS by hand: 不确定是否可以替换样式表编辑器,但是有2种新的手工编码CSS替代方法:

LESS introduces variables and inheritance within your CSS at the expense of client-side (or server-side) processing. LESS在CSS内引入了变量和继承,但以客户端(或服务器端)处理为代价。 Can also be run as at build-time. 也可以在构建时运行。

SASS lets you wrap your CSS rules hierarchically to make them MUCH more organized and readable. SASS使您可以按层次包装CSS规则,使它们更有条理和可读性。

Support for both are included in Visual Studio extension called Mindscape Web Workbench . 对两者的支持都包含在名为Mindscape Web Workbench的 Visual Studio扩展中。 ( VS Extension Gallery ) VS Extension Gallery

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

相关问题 在Visual Studio中加载第三方DLL - Loading third-party DLL in Visual Studio 在Visual Studio中调试第三方DLL? - Debugging a third-party DLL in Visual Studio? Visual Studio - 引用第三方DLL - Visual Studio - Referencing third party DLL 如何将第三方组件添加到Visual Studio - How to add third-party components to Visual Studio 如何告诉Visual Studio不需要第三方程序集签名? - How to tell visual studio not needing the third party assembly to be signed? Visual Studio 中是否有针对 C# 的第三方分析工具? - Are there any third-party profiling tools for C# in Visual Studio? 如何在没有插件和所有第三方功能的情况下运行visual studio - how to run visual studio without plugin and all third party feature 适用于Visual Studio 2015的XAML预览器。它可用还是有任何第三方替代品? - XAML previewer for Visual Studio 2015. Is it available or are there any third party alternatives? 为什么Visual Studio会中断第三方库中引发和处理的异常? - Why does Visual Studio break on Exceptions thrown and handled in a third party library? 您使用哪些(第三方)Visual Studio 2005/2008 调试可视化工具? - Which (third-party) debug visualizers for Visual Studio 2005/2008 do you use?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM