yadianna 发表于 2015-4-28 06:07:43

Python tools for Visual Studio插件介绍

  Python tools for Visual Studio是一个免费开源的VisualStudio的插件,支持 VisualStudio 2010,2012与2013。我们想要实现的是:   
   
      在官方网站下载。支持CPython, IronPython,编辑,浏览,智能提示,混合Python/C++调试,远程 Linux/Mac OS 调试,profiling,IPython,Django, 客户端的云计算于Windows, Linux 与 MacOS.
  安装完以后,可以看到这些模板,如下图:

  
  然后你可以选择以下两种中一种解释器:
  
   CPython
   
这是原生Python解释器.    我们推荐 32-bit 3.3 or 2.7 版本 为了更好的兼容性.   
All versions: http://python.org/download/   
    IronPython
   
.NET实现的Python. 最好的与CSharp互动,我们推荐 2.7.3 版本   
IronPython 2.7.3 32- and 64-bit Windows Installe  
  这里还有一篇完整的安装指南。官方网站下载
  
  您可能感兴趣的文章:
  批处理清除VisualStudio解决方案文件夹   
Visual Studio图片注释image-comments扩展
  One O fMicrosofts Best Kept Secrets Python Tools For Visual Studio PTVS
  

   
作者:Petter Liu   
出处:http://www.iyunv.com/wintersun/   
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。   
该文章也同时发布在我的独立博客中-Petter Liu Blog。
页: [1]
查看完整版本: Python tools for Visual Studio插件介绍