IndentGuides 扩展在2012扩展已经不能联机搜索到,目前只能到
https://archive.codeplex.com/?p=indentguide 上下载源码。
不过 V14 编译生成的文件在 VS2012 旗舰版即使安装成功后还是不能正常使用。
最后在讨论区:
https://marketplace.visualstudio.com/items?itemName=SteveDowerMSFT.IndentGuides&ssr=false#qna 找到一个方法:
Downloading the Codeplex archive zip, v14 for VS2012 can be found in /releases/4/8d4216e2-271d-449c-a666-e557a254d0b7 as pointed in the /releases/releaseList.json. Renaming that file to anything with the .vsix
事实上仍旧无法直接双击安装,仍需启动 VS2012 的开发人员命令提示,使用 VSIXInstaller /a "文件路径",安装成功。