Alfred 4 Workflow Open in VSCode
Feature
- Search projects, press
enter
to open in VSCode. - Search projects, press
command + enter
to reveal in Finder. - Open in VSCode the folder, which selected in Finder.
Installation
- Download Alfred Workflow 4 Open in VSCode
- Open the workflow in Alfred.
- Set workflow environment
wds
to your project base folders (split with,
). e.g.wds
:/Users/vivaxy/Developers/github,/Users/vivaxy/Developers/gitlab
. Workflow searches only first level folders, so make surewds
point to them.wds
stands forworking directories
Usage
Open Alfred.
- Type
code
(with space) to search. Press enter to open the selected project in VSCode. Holdcommand
and pressenter
to reveal in Finder. - Select a folder in Finder, type
code
(without space) andenter
to open this folder in VSCode.