Skip to content

gdifiore/askdotmd

Repository files navigation

askdotmd

chatgpt in your vscode -- stop being distracted when you open up your browser and do LLM chat in your editor

Set your preffered LLM provider & the corresponding API key in VSCode settings.

Installation

  1. Download .vsix from latest release
  2. Ctrl+Shft+P
    1. Extensions: Install from VSIX

How to Use

  1. cd into project root
  2. touch ask.md
    1. It will work with any file, but it was designed to be separate from your actual codebase
  3. Add prompt to file
  4. ctrl+shift+l for whole file
    1. Or select a chunk of text and do the same

Demo

Streamable Link

Issues/PRs

Are welcome! I don't love JS/TS nor writing extensions, but I thought this was useful and worth doing. Any bugs, recommendations, or changes would be great.