A plugin that allows users to quickly open recent projects with ease.
Download from the store
You can access different IDEs using the following format:
ABBREVIATE = {
"vsc": "VISUAL_STUDIO_CODE",
"py": "PYCHARM",
"cl": "CLION",
"go": "GOLAND",
"in": "INTELLIJ_IDEA",
"as": "ANDROID_STUDIO",
}
To open a project named "MyProject" in Visual Studio Code, you would use:
r vsc
r vsc My
r vsc 空
IDE
- Vscode
- Jetbrains
- Android Studio
- Visual Studio
- Aseprite
feature
- fuzzy search
- support pinyin
- prevent configurations from disappearing after updates