Transform your small-to-medium scale code project into a Markdown document suitable for interaction with Language Learning Models (LLM) like GPT-4. This extension enables you to select code files in your workspace and compile them into a Markdown-formatted document that can serve as a prompt for LLMs.
Why This Extension?
Code Review with AI: Perfect for when you want to leverage LLMs for code review or code-related querying.
Token Management: Takes care of token limits for the generated Markdown document to ensure LLM compatibility.
Dynamic File Selection: Offers multiple methods for selecting code files, including individual selection and extension-based filtering.
Features
File Selection Modes
Choose All Files: Automatically selects all code files in your workspace.
Choose Individual Files: Enables you to select specific files. Your selection is saved for future reference.
Choose File Extensions: Allows you to include files based on their extensions.
Token Limit and Status Bar
Token Counter: Keeps track of the token count and displays it in the status bar.
Token Limit: Configurable maximum token limit for the generated Markdown output.
Previous Selections
Memory: Remembers your previous file selection choices and pre-selects them the next time.