有没有人知道最好的代码编辑器.less
。我试过记事本++,它给出了错误。
相关链接
2 回答
For Notepad++
: 首先download LESS package
是记事本++。然后,Go to View => User-Defined Dialogue => Restart Notepad++
应该按预期工作。包: http: //notepad-plus.sourceforge.net/commun/userDefinedLang/less.xml
如果您在如何导入 xml 时遇到问题 - 请查看:http: //thingsilearned2day.wordpress.com/2011/07/07/how-to-enable-syntax-highlighting-for-less-in-notepad/
在Visual Studio
安装webEssentials
( http://visualstudiogallery.msdn.microsoft.com/6ed4c78f-a23e-49ad-b5fd-369af0c2107f ) 插件。
奇迹般有效。
第一个误解是notepad++ 给出了错误。
.less 文件将使用 less 编译器转换为 .css。
因此,当您使用较少的编译器而不是使用 notepad++ 进行编译时,基本上会显示您遇到的任何错误或缺陷。
如果您只是在为 .less 文件寻找精美的编辑器,请尝试使用 adobe 括号、sublime text 3(带有 less 插件)或简单的 crunchapp。
在编译之前你不能得到错误。
如果你是新手,从这个http://crunchapp.net/开始,我开始时也是这样做的
记事本++:
如果您想要语法高亮,请遵循此http://thingsilearned2day.wordpress.com/2011/07/07/how-to-enable-syntax-highlighting-for-less-in-notepad/
如果你想编译器遵循这个: https ://justtwonerds.com/using-notepad-to-easily-compile-less-css-files/