A VS Code and Cursor extension that replaces the home page with a custom project manager. Quickly access your saved projects with search functionality.
- Custom Home Page: Opens automatically when no workspace is open
- Project Management: Save and organize your frequently used projects
- Open a project/workspace in VS Code or Cursor
- Use the command palette (
Ctrl+Shift+P/Cmd+Shift+P) and run:Jecta: Add Current Project - Or click the "Add Current Project" button in the Jecta home page
- The home page opens automatically when no workspace is open
- Or use the command:
Jecta: Show Jecta Home
- Open: Click the "Open" button next to any project
- Delete: Click the "Delete" button to remove a project from your list
- Search: Type in the search box to filter projects by name or path
npm install
npm run compile # Compile extension TypeScript
npm run build:webview # Build React webview with Vitenpm run watch # Watch extension TypeScript
npm run watch:webview # Watch and rebuild webviewnpm run lintMIT