转载自:https://www.jianshu.com/p/cee5d66703f9
From: http://shaojiang.lofter.com/post/92ff0_d421541
下载BabeLua插件:BabeLua For 2015 V3.2.2.0.vsix。http://pan.baidu.com/s/1sjmC169
直接双击.vsix安装。打开VS的时候菜单栏就多了一个lua选项。
添加项目。
F5调试项目。 Ctrl+F5运行项目。
附:支持Visual Studio 2017的方法 1.download BabeLua extension for vs2015 2.rename .vsix to zip 3.unzip extension.vsixmanifest to a dir 4.replace [14.0] to [15.0] <Installation> <InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Premium" /> <InstallationTarget Version="[15.0]" Id="Microsoft.VisualStudio.Pro" /> </Installation> 5.save and replace to zip 6.rename .zip to .vsix
VS2013扩展BabeLua插件的方法
打开VS,工具->扩展和更新->联机 搜索BabeLua。点击下载跳转到网站https://babelua.codeplex.com/。作者:一剑卿心 链接:https://www.jianshu.com/p/cee5d66703f9 来源:简书 著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。