- Created by vivaxy
- π Last Updated: 05/09/21 05:52:35
- π Stars on GitHub: 30
- Love this? Consider supporting the creator by Starring or Sponsoring this on GitHub!
- Get Source Code
From their README
Alfred Open in VSCode
Alfred 4 workflow to open in VSCode.
Feature
- Search projects and open in VSCode.
- Search projects and reveal in Finder.
- Open selected file in VSCode.
- Fuzzy search.
Installation
npm i -g alfred-open-in-vscode
.- Set workflow environment
wds
to your project base folders. e.g.wds: /Users/vivaxy/Developers/*
. Workflow searches only first level folders, so make surewds
point to them.wds
stands forworking directories
.
Usage
- Type
code
with a space to search. Pressenter
to open selected project in VSCode. Holdcommand
and pressenter
to reveal in Finder. - Select a file in Finder, type
code
(without space) and pressenter
to open this folder in VSCode.
Troubleshooting
- Type
code DEBUG
to show the debug info.