VS Code already lets you peek symbols and definitions, but it doesn’t support peeking random filenames — especially when written as plain text or code comments. This extension helps bridge that gap.
🧪 Known Limitations
Only matches by basename (not relative paths)
Ignores node_modules/** for performance
Currently only peeks to the first line of the file
🛠️ Contributing
Clone this repo
Run npm install
Run the extension in the VS Code Extension Development Host