MCPcopy Index your code
hub / github.com/WebDevSimplified/vscode-extension-pizza

github.com/WebDevSimplified/vscode-extension-pizza @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
36 symbols 69 edges 7 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Pizza README

Have you ever gotten hungry while coding but not wanted to leave your editor since it will take you out of the flow? With this extension you can order your favorite pizza without ever leaving VSCode. This is done by using the Dominos API.

Features

There is only one command in this extension and it is called EMERGENCY PIZZA. This will take you through the process of entering all your information to order a pizza. You may also use the settings listed below to automatically fill in certain information.

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

In order to make ordering a pizza even quicker utilize these settings to have information automatically populated:

  • pizza.address: Where do you want your food delivered
  • pizza.firstName: Your first name (duh)
  • pizza.lastName: Your last name
  • pizza.email: Your email (it is required unfortunately)
  • pizza.phoneNumber: Your phone number (it is also required unfortunately)

Extension points exported contracts — how you extend this code

Customer (Interface)
(no doc)
src/MultiStepInput.ts
ProductQPItem (Interface)
(no doc)
src/steps.ts
CreditCard (Interface)
(no doc)
src/MultiStepInput.ts
VariantQPItem (Interface)
(no doc)
src/steps.ts
State (Interface)
(no doc)
src/MultiStepInput.ts

Core symbols most depended-on inside this repo

showInputBox
called by 6
src/MultiStepInput.ts
resume
called by 5
src/MultiStepInput.ts
back
called by 4
src/MultiStepInput.ts
cancel
called by 2
src/MultiStepInput.ts
collectInputs
called by 1
src/MultiStepInput.ts
stepThrough
called by 1
src/MultiStepInput.ts
executeSteps
called by 1
src/steps.ts
getNearbyStore
called by 1
src/steps.ts

Shape

Function 15
Method 10
Class 6
Interface 5

Languages

TypeScript100%

Modules by API surface

src/steps.ts16 symbols
src/MultiStepInput.ts16 symbols
src/extension.ts2 symbols
src/test/suite/index.ts1 symbols
src/test/runTest.ts1 symbols

For agents

$ claude mcp add vscode-extension-pizza \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact