如何在 ReSharper 6 中禁用 .less (dotLess CSS) 语法分析?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
刚刚发现了一个不错的技巧:
这比对一组特定文件禁用 ReSharper 更好(ReSharper -> 选项 -> 设置 -> 编辑要跳过的项目...),因为在这种情况下,团队中的每个成员都不会这样做不需要重复这个。
Just found a nice trick:
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.
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.