我可以让 Visual Studio 为 Less Css 提供智能感知和语法着色吗?

发布于 2024-08-31 05:13:25 字数 206 浏览 5 评论 0 原文

我正在尝试 Less Css,并且使用的是 Visual Studio 2010。

如果编辑器提供对语法的支持,那就太好了突出显示和智能感知更少,例如着色和建议变量。我有什么选择可以让它发挥作用?我是否需要为其编写一个插件,或者如何将其添加到 VS 中?已经有这样的东西存在了吗?

I am experimenting with Less Css, and I am using Visual Studio 2010.

It would be nice if the editor provided support for syntax highlighting and Intellisense for Less, for instance coloring and suggesting variables. What are my options to get that to work ? Do I need to write a plugin for it, or how would one go about adding this to VS ? Does anything exist for this already ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

尝蛊 2024-09-07 05:13:25

如果您使用的是 Visual Studio 2012,则可以使用 Web Essentials 2012。它使用类似于 Visual Studio 的 CSS 语法突出显示的语法突出显示。它在保存时编译为 CSS。

在此处输入图像描述

更新

  • 2.4-2.5 禁用较少语法突出显示
  • 2.6 起 较少语法突出显示已重新启用
  • 3.8 起,VS2012 禁用了较少语法突出显示。

If you are using Visual Studio 2012 you can use Web Essentials 2012. It uses syntax highlighting similar to Visual Studio's CSS syntax highlighter. It compiles to CSS on save.

enter image description here

Update

  • 2.4-2.5 Less syntax highlighting was disabled
  • As of 2.6 Less syntax highlighting was turned back on
  • As of 3.8 Less syntax highlighting is disabled for VS2012.

残花月 2024-09-07 05:13:25

http://www.mindscapehq.com/products/web-workbench

更新(2012 年 3 月 7 日)

使用此软件大约一周后,我已将其卸载,原因是:

  1. 烦人的烦人广告告诉您升级
  2. 一个奇怪的错误使我无法间歇性保存我的 .less 文件

http://www.mindscapehq.com/products/web-workbench

Update (07 Mar 2012)

After a week or so of using this, I have uninstalled it due to:

  1. Annoying nagging adverts telling you to upgrade
  2. A weird bug that stopped me being able to save my .less files intermittently
手心的温暖 2024-09-07 05:13:25

这个扩展似乎更好: LessExtension

这是作者描述:

  • 自动编译保存时(使用无点)
  • 突出显示匹配的大括号
  • 语法突出显示(不支持多行注释)
  • 当一个单词多次出现时单词突出显示
  • 使用 Visual Studios css 2.1 定义的单词完成
  • 概述,因此 { ... } 部分可以折叠

这对我来说效果很好。

This extension seems better : LessExtension

Here is the author description :

  • Autocompile on save (using dotless)
  • Highlight matching braces
  • Syntax highlight (No multiline comment support)
  • Word highlight when a word occurs multiple times
  • Word completion using Visual Studios css 2.1 definition
  • Outlining so { ... } sections can be collapsed

And it work nice for me.

微暖i 2024-09-07 05:13:25

除了 Visual Studio Gallery(截至 2010 年 5 月 2 日)上找不到任何一个href="http://visualstudiogallery.msdn.microsoft.com/en-us/dd5635b0-3c70-484f-abcb-cbdcabaa9923" rel="noreferrer">CSS Is Less,它只连接内置的在 CSS 语言服务中。

如果您想学习如何自己编写,可以首先查看 Ook 语言集成示例。在该示例中实现扩展点(分类、快速信息源、补全源)将为您提供所需的功能(语法突出显示、悬停提示、智能感知补全)。

I can't find one on the Visual Studio Gallery (as of 5/2/10) besides CSS Is Less, which only hooks up the built-in CSS language service.

If you want to learn how to write one yourself, you can start by looking at the Ook Language Integration sample. Implementing the extension points in that sample (classification, quick info source, completion source) will give you the features you asked for (syntax highlighting, hover tips, intellisense completion).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文