File Star Extension
File Star Extension is a Visual Studio Code extension that allows you to star important files in the file explorer for quick access and better project organization. Never lose track of your key files again with a simple starring system that works across all your workspaces.
Installation
- Install the extension from the VS Code Marketplace
- Start using it immediately - no additional setup required!
Developer
Brendan Choi | 최만승
I am a Korean, New Zealand-based computer science student at the University of Auckland. In addition to my studies, I work as a personal trainer at CITYFITNESS NZ (Queen Street branch), so I can help you stay fit if too much programming leaves you feeling out of shape. I'm active on various social platforms, so please follow me to keep up with my latest projects and insights!
Why?
As developers, we often work with large codebases containing hundreds or thousands of files. Finding those key files you frequently reference—like configuration files, main entry points, or critical modules—can be time-consuming. File Star Extension solves this by providing a simple, visual way to bookmark your most important files right in the VS Code explorer. No more scrolling through endless folder structures or trying to remember file paths!
If you find this extension helpful, consider buying me a coffee ☕️🫠
- PAYPAL: brendanchoi0626@gmail.com
- NZ BANK ACCOUNT: 12-3401-0083103-50
Features
- Quick File Starring: Right-click any file to instantly star/unstar it
- Visual Indicators: Starred files show a ⭐ badge in the file explorer
- Smart Toggle: One command intelligently stars or unstars based on current state
- Quick Access: View all starred files through Command Palette for instant navigation
- Workspace Persistence: Your starred files are saved per workspace
- Clean Interface: Minimal, non-intrusive design that enhances your workflow
- Zero Configuration: Works immediately after installation
Requirements
- VS Code: Version 1.74.0 or higher
- Storage: Minimal disk space for storing starred file references
Usage
Starring Files
- Right-click on any file in the VS Code file explorer
- Select "⭐" from the context menu
- The file will show a ⭐ badge and be added to your starred files
Viewing Starred Files
- Open Command Palette (
Ctrl+Shift+P
or Cmd+Shift+P
)
- Run "⭐ Files" command
- Select any starred file to open it instantly
Managing Stars
- Toggle: Right-click a starred file and select "⭐" to unstar it
- Visual Feedback: Starred files always show a ⭐ badge in the explorer
- Per Workspace: Each workspace maintains its own set of starred files
Known Issues
Roadmap
- [ ] Keyboard shortcuts for quick starring
- [ ] Star categories/tags for better organization
- [ ] Export/import starred files between workspaces
- [ ] Search within starred files
- [ ] Custom star colors or icons
Privacy
File Star Extension stores all starred file references locally in your VS Code workspace. No data is sent to external servers, ensuring your project information remains private and secure.
Feedback and Contributions
- Report issues or suggest features on GitHub
- Contact me through social media for feedback
- Contributions welcome!
Enjoy organizing your files with stars! ⭐