简体   繁体   中英

Is there a better way to create a new Python project from existing code in Visual Studio

I find it very cumbersome to create a new Python (I am using the PTVS extension) project in Visual Studio from existing code. What I am wanting to know is if there is a way to do this more efficiently.

Ideally, something that would live in the context menu in Windows Explorer, something like "New VS Project", that would open VS, create the project and import the source .py file. Is something like that possible?

Thanks.

I'm not aware of something like this. Personally I use the Import from existing Code dialog in Visual Studio. You could add this to the issues list on CodePlex . Maybe it will be added in a future version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM