Heistkit is the VSCode extension for lazy developers. Right-click a JS, TS, JSX, or TSX file in your Explorer to generate a Markdown file with all code, plus its dependencies. Perfect for dumping into GPT for quick context or sharing code snippets with colleagues.
Features
One-Click Markdown Export: Simply right-click any TS, TSX, JS, or JSX file in VS Code's Explorer to generate a Markdown file.
Dependency Packaging: Includes all relevant dependencies, making it easy to provide context to GPT.
Alias and Module Support: Supports both ES and CommonJS modules and handles alias imports.
Node Modules Exclusion: Automatically excludes node_modules to keep your output clean and relevant.
Installation
To install Heistkit, follow these steps:
Open VS Code and navigate to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing Ctrl+Shift+X.
Search for "Heistkit" in the Extensions view search bar.
Click the Install button next to the Heistkit extension.
Usage
Right-Click Export: Right-click any TS, TSX, JS, or JSX file in VS Code's Explorer.
Generate Markdown: Select "Generate Markdown for GPT" from the context menu.
View Output: The file along with all its dependencies will be neatly packaged as Markdown for you to dump into GPT.