- Promptly Code, AI automatic programming vscode extension, Inspired by cursor
- VSCode plugin search PromptlyCode: https://marketplace.visualstudio.com/items?itemName=PromptlyCode.promptlycode
- For more information, please visit http://www.promptlycode.com
- Cmd+k code question modification
- Cmd+l chat for code
- Chat markdown render, code highlight
- View the graphviz diagram of the function relationship
- AI reads local files, writes files, obtains file status, etc.
- Support RAG code search by ollama nomic-embed-text: https://github.com/PromptlyCode/rag-code-sorting-search
rag_search_code.py build path & rag_search_code.py search 'query'
- Multi-agent technology encapsulates a Docker automatic environment verification,and uses ReAct for environment feedback and error correction, and AI automatic environment construction and repair: https://github.com/PromptlyCode/ai-automatic-env-build
- Support rapid prototyping verification POC AI programming
- Tab automatically complete code and predict code use vscode inline completion: https://github.com/PromptlyCode/inline-completion-model
- Support voice wake-up interactive programming
- VSCode plugin search
PromptlyCode
and install
cmd+k
for code question
cmd+l
chat for code
cmd-e
show function relationship
cd PromptlyCode && yarn
vscode PromptlyCode
-
- Inside the editor, open
src/extension.ts
and pressF5
or run the commandDebug: Start Debugging from the Command Palette
(⇧⌘P). This will compile and run the extension in a newExtension Development Host window
.
- Inside the editor, open
-
- Select some code and then press
cmd+k
- Select some code and then press
-
- Press
cmd+l
and input content to chat
- Press