MCPcopy Create free account

hub / github.com/WebDevSimplified/vscode-extension-pizza / functions

Functions25 in github.com/WebDevSimplified/vscode-extension-pizza

↓ 6 callersMethodshowInputBox
(prompt: string)
src/MultiStepInput.ts:165
↓ 5 callersMethodresume
(message: string | void)
src/MultiStepInput.ts:66
↓ 4 callersMethodback
(message: string | void)
src/MultiStepInput.ts:58
↓ 2 callersMethodcancel
(message: string | void)
src/MultiStepInput.ts:62
↓ 1 callersFunctioncollectInputs
( steps: [InputStep], startingState: DeepPartial<State> = {} )
src/MultiStepInput.ts:41
↓ 1 callersFunctionexecuteSteps
()
src/steps.ts:13
↓ 1 callersFunctiongetNearbyStore
(address: string | void)
src/steps.ts:212
↓ 1 callersFunctionmain
()
src/test/runTest.ts:5
↓ 1 callersMethodstepThrough
(steps: [InputStep], state: DeepPartial<State>)
src/MultiStepInput.ts:89
Functionactivate
(context: ExtensionContext)
src/extension.ts:4
Functionapprove
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:102
Methodconstructor
(type: string, message: string | void)
src/MultiStepInput.ts:53
Methodconstructor
(totalSteps: number, title: string)
src/MultiStepInput.ts:80
Methodconstructor
(amount: number)
src/steps.ts:133
Functiondeactivate
()
src/extension.ts:22
Methodformatted
()
src/steps.ts:147
FunctiongetAddress
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:55
FunctiongetEmail
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:84
FunctiongetFirstName
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:66
FunctiongetLastName
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:75
FunctiongetPhoneNumber
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:93
FunctiongetProduct
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:156
FunctiongetVariant
( input: MultiStepInput, state: DeepPartial<State> )
src/steps.ts:186
Functionrun
()
src/test/suite/index.ts:5
MethodshowQuickPick
(items: [T])
src/MultiStepInput.ts:130