Skip to content

hippietrail/vscode-random-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random File Extension for Visual Studio Code

Overview

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.

Features

  • Open a random file from your workspace
  • Switch to a random open tab
  • Filter files by extensions
  • Exclude specific directories

Usage

  • Open a random file: Cmd+Shift+POpen a random File
  • Switch to a random tab: Cmd+Shift+PSwitch to random tab

Configuration

Configure file extensions to consider:

"randomFile.extensions": [".rs", ".md"]

Exclude specific directories:

"randomFile.excludeDirs": ["node_modules"]

License

This project is licensed under the MIT License.