I see demos where a folder with an angular app is opened in visual studio code using
code .
from the terminal.
Could I do the same with Visual Studio. Perhaps I should write Powershell Scripts to accomplish the same?
On the Visual Studio menu bar, choose File > Open > Folder, and then browse to the code location. On the context (right-click) menu of a folder containing code, choose the Open in Visual Studio command. Choose the Open Folder link on the start window.
Great, now to open a folder to VSCode, just type code . and it'll magically open your folder into a new VSCode window! .
I was able to open a folder from command line using the following in VS 2017
devenv.exe /Edit <path to folder>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With