Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebDevSimplified/vscode-extension-pizza
/ functions
Functions
25 in github.com/WebDevSimplified/vscode-extension-pizza
⨍
Functions
25
◇
Types & classes
11
↓ 6 callers
Method
showInputBox
(prompt: string)
src/MultiStepInput.ts:165
↓ 5 callers
Method
resume
(message: string | void)
src/MultiStepInput.ts:66
↓ 4 callers
Method
back
(message: string | void)
src/MultiStepInput.ts:58
↓ 2 callers
Method
cancel
(message: string | void)
src/MultiStepInput.ts:62
↓ 1 callers
Function
collectInputs
( steps: [InputStep], startingState: DeepPartial<State> = {} )
src/MultiStepInput.ts:41
↓ 1 callers
Function
executeSteps
()
src/steps.ts:13
↓ 1 callers
Function
getNearbyStore
(address: string | void)
src/steps.ts:212
↓ 1 callers
Function
main
()
src/test/runTest.ts:5
↓ 1 callers
Method
stepThrough
(steps: [InputStep], state: DeepPartial<State>)
src/MultiStepInput.ts:89
Function
activate
(context: ExtensionContext)
src/extension.ts:4
Function
approve
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:102
Method
constructor
(type: string, message: string | void)
src/MultiStepInput.ts:53
Method
constructor
(totalSteps: number, title: string)
src/MultiStepInput.ts:80
Method
constructor
(amount: number)
src/steps.ts:133
Function
deactivate
()
src/extension.ts:22
Method
formatted
()
src/steps.ts:147
Function
getAddress
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:55
Function
getEmail
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:84
Function
getFirstName
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:66
Function
getLastName
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:75
Function
getPhoneNumber
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:93
Function
getProduct
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:156
Function
getVariant
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:186
Function
run
()
src/test/suite/index.ts:5
Method
showQuickPick
(items: [T])
src/MultiStepInput.ts:130