Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Find Me ProjectNew to Visual Studio Code? Get it now.
Find Me Project

Find Me Project

krish

|
2 installs
| (0) | Free
Browse, preview, search and copy bundled templates into your project
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FindMe — VS Code Extension

Browse, preview, search, and copy template files directly into your project from VS Code's sidebar.


Features

  • 📁 Browse — Full tree view of your template folder with backend/ and frontend/ sections
  • 🔍 Search — Instant file search across all templates by filename
  • 🎨 Preview — Click any file to preview its content in the sidebar
  • ⎘ Copy — Copy individual files or entire folders into your project with a destination picker
  • 🗂 Project View — See your open workspace and navigate to pick a copy destination
  • 🌲 Tree Navigation — Expand/collapse folders, auto-expands first level

Setup

1. Install the Extension

Install via .vsix:

Extensions panel → ⋯ → Install from VSIX…

2. Point it at Your Template Project

After installing, you'll see the FindMe icon in the Activity Bar.

Click it, then click "Select Template Folder" and navigate to your templates project root.

Your templates folder should have this structure:

my-templates/
  backend/
    ... your backend templates ...
  frontend/
    ... your frontend templates ...

3. Browse & Copy

  • Expand folders in the Browse tab
  • Hover any file → click ⎘ to copy it to your project
  • Click a file name → preview its contents at the bottom
  • Use the 🔍 Search tab to find files by name
  • Use the 🗂 Project tab to browse your open workspace

Commands

Command Description
FindMe: Open Open the FindMe sidebar
FindMe: Set Template Folder Change the templates folder path
FindMe: Refresh Reload the template tree

You can also right-click any folder in the Explorer → Set Template Folder.


Settings

Setting Default Description
FindMe.templateFolderPath "" Absolute path to your templates folder

Building

npm install
npx vsce package

This produces a .vsix file you can install in VS Code.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft