- Created by vivaxy
- 🗓 Last Updated: 05/09/21 05:52:35
- 🌟 Stars on GitHub: 31
- Please consider supporting the creator by Starring or Sponsoring them on GitHub!
- Get Latest Release
- 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.