如何在 ReSharper 6 中禁用 .less (dotLess CSS) 语法分析?

发布于 2024-11-13 11:22:22 字数 114 浏览 4 评论 0原文

ReSharper 6 将 .less 文件视为 .CSS,尽管事实并非如此。

因此,它不是正确的语法突出显示,而是用红色强调几乎所有内容(语法错误)。

我怎样才能禁用这个“功能”?

ReSharper 6 considers .less files as .CSS, although they aren't.

So instead of proper syntax highlighting, it underlines nearly everything with red (syntax error).

How can I disable this "feature"?

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

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

发布评论

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

评论(2

半寸时光 2024-11-20 11:22:22

刚刚发现了一个不错的技巧:

// /* Disabling ReSharper ;)

// .less code goes here

// */

这比对一组特定文件禁用 ReSharper 更好(ReSharper -> 选项 -> 设置 -> 编辑要跳过的项目...),因为在这种情况下,团队中的每个成员都不会这样做不需要重复这个。

Just found a nice trick:

// /* Disabling ReSharper ;)

// .less code goes here

// */

It's better than disabling ReSharper for a particular set of files (ReSharper -> Options -> Settings -> Edit items to skip ...), since in this case each member of your team doesn't need to repeat this.

如果没有 2024-11-20 11:22:22

VS 往往会搞砸一大堆文件类型(.haml、.less、.html、.json 等),还有一些您需要编辑但它不会轻易允许的文件(.proj、. sln 等...)。

最好的办法是找到一个你喜欢的好文本编辑器(vim、e、textmate、notpad++ 等)并与 VS 一起使用。

There are a whole bunch of file types that VS tends to screw up (.haml, .less, .html, .json, etc...) and some files that you need to edit that it wont easily allow (.proj, .sln, etc...).

Best thing is to find a good text editor that you like (vim, e, textmate, notpad++, etc...) and use it along side VS.

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