The Random File extension for Visual Studio Code allows you to quickly open a random file from the current workspace or switch to a random open tab. Perfect for exploring new projects or switching between open files.
- Open a random file from your workspace
- Switch to a random open tab
- Filter files by extensions
- Exclude specific directories
- Open a random file:
Cmd+Shift+P
→Open a random File
- Switch to a random tab:
Cmd+Shift+P
→Switch to random tab
Configure file extensions to consider:
"randomFile.extensions": [".rs", ".md"]
Exclude specific directories:
"randomFile.excludeDirs": ["node_modules"]
This project is licensed under the MIT License.