I've been motivated by projects like cursor and windsurf to build extensions for emacs.
I pushed two extensions for emacs last night and would love the feedback of this community. There are two extensions included
AI code completion. The extension works by allowing users to highlight the relevant code, trigger a keybinding, and the completed code is then displayed beneath the highlighted area.
AI QA. Within the editor, you can trigger indexing of your local repo in Chroma DB with a keybinding. This allows QA to not only make use of ChatGPT, but also provides relevant context from your repo.
Here is the github repo:
Top comments (0)