Based on https://github.com/mqus/jetbrains-albert-plugin
This is a plugin for the albert launcher which lists and lets you start projects of VS Code IDE
Supports listing of recently opened paths and integrates with Project Manager extension
Sorting is based on
- If query matches on either path or name of a Project Manager entry, it will be sorted first and then alphabetically by name
- If query matches on the tag of Project Manager entry, it will be sorted second and then alphabetically by name
- Last come recently opened paths in VS Code sorted in the same way as they are shown in VS Code File -> Open Recent
Copy contents of this directory to ${XDG_DATA_HOME:-$HOME/.local/share}/albert/org.albert.extension.python/modules/vscode-projects
Start by typing vc
. If you have any recently opened paths you should immediately see the latest ones at the top.
If you have PM extension installed the search is performed against the rootPath of the project, its name and its tags.
Not a python guy, this plugin was scripted together with my buddy ol' pal uncle Google. Like... Entirely.
I am in no way affiliated with VS Code or Microsoft.
VS Code logo used based on the brand guidelines.