How to run commands from within Visual Studio PTVS?

后端 未结 1 1186
走了就别回头了
走了就别回头了 2021-01-27 12:24

I\'m using Visual Studio 2012 and PTVS to play around with locustio and suds.

I have setup an environment using virtualenv in Visual Studio and installed locustio, suds

相关标签:
1条回答
  • 2021-01-27 12:49

    Right now, Django is the only Python web framework which we have special support for, and yes, this includes starting the server for you (and also opening the browser and navigating to the local website).

    For everything else, you'll need to use the regular console for the time being. This VS extension might be of help there.

    Given that running various shell commands in project root is not an uncommon activity when developing Python code, and that we can't special-case all the numerous frameworks out there, it does actually sound like an interesting feature for us to consider. I believe we don't have it in the issue tracker in the moment, so go ahead and add it there.

    0 讨论(0)
提交回复
热议问题