Support Open Folder
See original GitHub issueCurrently in Visual Studio 2017, when you open a folder we don’t have a great Python experience. We should raise this to as-good-as the current project-based experience.
This task will be considered complete when projects are only required for tasks that are inherently MSBuild related, and the experience is equivalent to having a .pyproj containing all the project-related files visible in the workspace.
Tasks remaining:
- #1780 manage environments without a project
- read/write IntelliSense configuration to JSON file
- complete debugging configuration in JSON file
- launch browser when debugging from JSON file
- launch standalone scripts with correct configuration
- launch tools (linters, mypy, etc.) in directory
- detect and launch unit tests without a project
- build via
setup.py
when available
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Change how folders open in the Finder on Mac
To open a new Finder window without opening a specific folder, click the Finder icon in the Dock, then choose File > New...
Read more >Go directly to a specific folder on Mac
Go to a folder by entering its pathname · In the Finder on your Mac, choose Go > Go to Folder. · Start...
Read more >Open Folder extensibility - Visual Studio (Windows)
With Open Folder, extension authors can create rich features for any language. There are APIs to support building, debugging, and symbol search ...
Read more >Find and open File Explorer
Find and open File Explorer in Windows 10 and Windows 11, and customize Quick access by pinning and removing files and folders.
Read more >Can't open a Google file or folder - Android
At the top left, tap Menu Menu . Next to your email address, tap the Down arrow Down arrow . Tap Add account....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Most of these have been implemented, except for launching tools and building setup.py. I’ll close this and we can implement the others if there is demand.
Please add this to VSC too, thanks!