You probably already know that you can open the current directory in Visual Studio Code from Terminal with: code . That works well when you're already in Terminal. But if you're browsing a project in Finder , opening Terminal, navigating to the same directory, and typing code .
Source: [Dev.to](https://dev.to/moyarich/macos-open-files-and-folders-in-vs-code-from-finder-4mn4)