jackMort / ChatGPT.nvim

ChatGPT Neovim Plugin: Effortless Natural Language Generation with OpenAI's ChatGPT API
Apache License 2.0
3.64k stars 312 forks source link

Use specific documentation as context for generating code #275

Open slockers37 opened 1 year ago

slockers37 commented 1 year ago

Recently, I encountered cursor.so and I was impressed by its feature of importing certain docs by scraping the website and then using that as a context to generate code or understand how to do something.

I don’t know the challenges of implementing something like this. I don’t like using VSCode so having this functionality right inside neovim would be amazing.