MCPcopy Index your code
hub / github.com/epiHATR/askGPT

github.com/epiHATR/askGPT @v0.1.11

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1.11 ↗ · + Follow
8 symbols 22 edges 6 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

askGPT extension for VSCode

askGPT for VSCode

This extension use official OpenAI API and its documentation, go to https://cloudcli.io to get full documentations and instructions. Make sure you have your OpenAI API key added at https://platform.openai.com/account/api-keys

Usage

  • Write a comment ask for something you need chatGPT build for (e.g //create Terraform template that create an Azure Virtual machine)
  • Select that comment (highlight it in VSCode)
  • Right click ⤍ AskGPT: Show me code
  • Wait & enjoys 😎

Installation

Open your VSCode ⤍ Extensions and search for AskGPT for VSCode then Install. Installation

Press cmd + shift + p and type askGPT: Settings to open Settings page then enter OpenAI API key. Installation

ask

ask

It took few seconds to get code suggested then your comment will be replaced by code.

Core symbols most depended-on inside this repo

requestOpenAI
called by 2
src/extension.ts
showMessageWithTimeout
called by 1
src/helper.ts
waitFor
called by 1
src/helper.ts
sleep
called by 1
src/helper.ts
main
called by 1
src/test/runTest.ts
activate
called by 0
src/extension.ts
deactivate
called by 0
src/extension.ts
run
called by 0
src/test/suite/index.ts

Shape

Function 8

Languages

TypeScript100%

Modules by API surface

src/helper.ts3 symbols
src/extension.ts3 symbols
src/test/suite/index.ts1 symbols
src/test/runTest.ts1 symbols

For agents

$ claude mcp add askGPT \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page