Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, November 17, 2016 8:10 AM
I have few python projects Iv'e created in PyCharm, and I would like to open them in VS 2015 without copy the python files one by one to a new project.
Is it possible to import PyCharm project into VS2015?
All replies (2)
Friday, November 18, 2016 7:41 AM
Hi Ron Amihai,
If the PyCharm project has a .sln file or a .pyproj file, we could open it in Visual Studio 2015 directly when your Visual Studio 2015 has installed Python Tools for Visual Studio 2015.
If there doesn't have .sln or .pyproj file, we could copy the python files with following steps, which could copy all files at one time.
- Open Visual Studio 2015 which has installed Python Tools for Visual Studio 2015.
- Create a Python project through New -> Project -> Templates -> Python -> Python Application.
- Right-click the Python project in Solution Explorer windows to choose "Open folder in File Explorer".
- Copy all files into the project path that has been opened in File Explorer and close the File Explorer.
- Select the project in Solution Explorer and click the "Show all files" option on top of Solution Explorer to show the files that copied to this folder.
- Select all this files/folders with "Ctrl + click the files/folders" and then right-click to choose "Include In Project" to include these files into project at one time.
Best Regards,
Weiwei
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].
Thursday, December 1, 2016 9:17 AM
Hi Ron Amihai,
Do you have resolved your problem?
Please tell us the result about your problem. If the reply could not resolve your question, please feel free to let me know.
If it has resolved your problem, please mark the helpful reply as answer, which is benefit to other communities who has the same issue.
Best Regards,
Weiwei
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact [email protected].