使用 Visual Studio for Python 文件
我有一个学校项目的多个 python 文件,我想在 Visual Studio 中打开和编辑,但为了简单起见,我想让它们全部成为 Visual Studio 中的解决方案或项目,但提供给我的代码来自我的教授和他只是使用 emacs 创建所有文件。有没有办法可以将 .py 文件的目录作为 sln 一起打开?谢谢!
I have multiple python files for a school project that I want to open and edit in visual studio but to make it simple I want to have them all be a solution or project in visual studio, the code provided to me though was from my professor and he just used emacs to create all the files. Is there a way I can have the directory of .py files opened all together as a sln? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己还没有尝试过,但是您是否研究过 Visual Studio 的 Python 工具?
您没有指定您使用的 Visual Studio 版本。 pytools 适用于 VS 2010。
I haven't tried this myself yet, but did you look into Python Tools for Visual Studio?
You didn't specify which version of Visual Studio you are using. pytools is for VS 2010.