Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I exit my current project in Visual Studio?

In Visual Studio, how can I exit the current project and load another? Something like reloading?

i.e when i'm executiing my project(window application) i need to close the current exe and load another instance of the exe file.

like image 906
SyncMaster Avatar asked Apr 13 '09 12:04

SyncMaster


People also ask

How do I close a current project in Visual Studio code?

Just like Close Folder when a single folder is open in VS Code, there is a Close Workspace (Ctrl+K F) command to close the active Workspace.

How do I exit Visual Studio?

Ctrl+Shift+F5 Save this answer.

How do I exit Visual Studio without saving?

Build and Run: In the first textbox Before building: Select Don't save any changes. This will give you the ability to try out code before saving it explicitly.

How do I switch projects in Visual Studio?

To do so, simply hit CTRL+SHIFT+P (Command + Shift + P on mac) and look for "Project Manager: Save Project". Enter the name of the project you currently have loaded into VSCode and hit enter.


1 Answers

File --> Close Project... File --> Open Project

like image 155
Adam Nuttall Avatar answered Oct 26 '22 09:10

Adam Nuttall