MCPcopy Create free account

hub / github.com/code-forge-io/Remix-Forge / functions

Functions137 in github.com/code-forge-io/Remix-Forge

↓ 24 callersFunctiongenerateCommand
(command: string)
src/utils/vscode.ts:299
↓ 15 callersFunctionjoinPath
(base: vscode.Uri, ...args: string[])
src/utils/vscode.ts:282
↓ 13 callersFunctiongetConfig
()
src/config.ts:22
↓ 13 callersFunctiongetRemixRootFromFileUri
(uri: vscode.Uri)
src/utils/file.ts:77
↓ 9 callersFunctiongenerateRemixPartial
(action: Exclude<Generator, "component" | "dependencies">)
src/commands/editorContext/generateRemixPartial.ts:5
↓ 8 callersFunctiongetPackageJson
(rootDir: vscode.Uri)
src/utils/vscode.ts:53
↓ 7 callersFunctiontryReadFile
(filePath: string | vscode.Uri)
src/utils/file.ts:280
↓ 6 callersFunctionrunCommand
(params: RunCommandOptions)
src/utils/vscode.ts:165
↓ 5 callersFunctionaskInstallDependenciesPrompt
( rootDir: vscode.Uri, depsToInstall: string[], devDepsToInstall?: string[] )
src/utils/vscode.ts:218
↓ 4 callersFunctionopenFileInEditor
(filePath: string)
src/utils/file.ts:29
↓ 4 callersFunctiontryReadDirectory
(path: string | vscode.Uri)
src/utils/vscode.ts:284
↓ 4 callersFunctiontryReadFilePath
(filePath: string | vscode.Uri)
src/utils/file.ts:294
↓ 3 callersFunctioncommandWithLoading
(title: string, action: (...args: any[]) => Promise<void> | void)
src/utils/vscode.ts:4
↓ 3 callersFunctiongetWorkspaceUri
()
src/utils/vscode.ts:43
↓ 3 callersFunctionisRemixDir
(uri: vscode.Uri)
src/utils/file.ts:65
↓ 3 callersFunctionsanitizePath
(path: string)
src/utils/vscode.ts:275
↓ 3 callersFunctionsearchRecursively
(directory: vscode.Uri)
src/utils/file.ts:116
↓ 3 callersFunctionuppercaseFirstLetter
(string: string)
src/utils/string.ts:1
↓ 2 callersFunctioncalculatePathDifference
(rootFolder: string, nestedFolder: string)
src/utils/dependencies.ts:60
↓ 2 callersFunctionconvertDependencyPath
(dependencyPath: string, newFilePath: string)
src/utils/dependencies.ts:10
↓ 2 callersFunctionconvertRoutePathToTildeFromRelative
(routePath: string, routesFolderNesting: number)
src/utils/dependencies.ts:34
↓ 2 callersFunctionfileExists
(dir: vscode.Uri, filename: string)
src/utils/file.ts:43
↓ 2 callersFunctionformatFile
(filePath: string)
src/utils/file.ts:35
↓ 2 callersMethodgeneratePath
* Method to generate the final path to open in browser * @param prefix Url prefix eg http://localhost:3000 * @param path Path of the file * @
src/code-lenses/ComponentLens.ts:35
↓ 2 callersFunctiongenerateTestFile
(exports: Export[], importFrom: string, to: vscode.Uri, isRouteFile: boolean)
src/generators/test/test.file.ts:125
↓ 2 callersFunctiongetFileExtension
(fileName: string)
src/utils/file.ts:8
↓ 2 callersFunctiongetFileName
(filePath: string)
src/utils/file.ts:18
↓ 2 callersFunctiongetPackageManager
(rootDir: vscode.Uri)
src/utils/vscode.ts:94
↓ 2 callersFunctioninstallDependencies
(rootDir: vscode.Uri, depsToInstall: string[])
src/utils/vscode.ts:120
↓ 2 callersFunctionkilltree
(pid: number)
src/devTools/killProcess.ts:33
↓ 2 callersMethodsanitizePath
* Helper method used to sanitize the path * @param path Path to sanitize * @returns Returns the sanitized path
src/code-lenses/ComponentLens.ts:13
↓ 2 callersFunctionwriteToFile
(path: string | vscode.Uri, content: string)
src/utils/vscode.ts:277
↓ 1 callersFunctionaddImportsToImportStatement
(importStatement: string, importsToAdd: string, existingContent: string)
src/utils/file.ts:321
↓ 1 callersFunctionaddUnderscoreToFirstPart
(str: string = "")
src/utils/dependencies.ts:137
↓ 1 callersFunctionauthProviderCallbackFileContent
(config: WorkspaceConfiguration)
src/auth/authFiles/auth.$provider.callback.ts:3
↓ 1 callersFunctionauthProviderFileContent
(config: WorkspaceConfiguration)
src/auth/authFiles/auth.$provider.ts:3
↓ 1 callersFunctionauthRouteFileContent
(config: WorkspaceConfiguration)
src/auth/authFiles/auth.ts:3
↓ 1 callersFunctioncheckRemixVersion
(uri: vscode.Uri)
src/startup/checkRemixVersion.ts:8
↓ 1 callersFunctionconvertRemixPathToUrl
(chunk: string)
src/utils/file.ts:346
↓ 1 callersMethodconvertRemixPathToUrl
* Helper method used to convert remix route conventions to url segments * @param chunk Chunk to convert * @returns Returns the converted chunk
src/code-lenses/ComponentLens.ts:22
↓ 1 callersFunctioncreateBarrel
(path: string, config: vscode.WorkspaceConfiguration)
src/commands/barrelize.ts:13
↓ 1 callersFunctioncreateStatusBar
()
src/utils/statusBar.ts:4
↓ 1 callersFunctiondashboardFileContent
(config: WorkspaceConfiguration)
src/auth/authFiles/dashboard.ts:3
↓ 1 callersFunctiondirectoryHasPackageJson
(dir: vscode.Uri)
src/utils/file.ts:52
↓ 1 callersFunctionexecuteCommand
(uri: vscode.Uri, command: string, socket: WebSocket, terminalId: number, wss: WebSocketServer)
src/devTools/runTerminalCommands.ts:7
↓ 1 callersFunctionextendPackageJsonWithLinting
(rootDir: vscode.Uri)
src/generators/linting/eslint.ts:16
↓ 1 callersFunctionfindTestFile
( filePath: string, searchStrategy: FileSearchStrategy = "one-up" )
src/utils/file.ts:91
↓ 1 callersFunctionflattenRoutesSubpaths
(root: string, path: string)
src/commands/flattenRoutes.ts:33
↓ 1 callersFunctiongenerateAuth0Strategy
()
src/auth/authStrategies/auth0Strategy.ts:1
↓ 1 callersFunctiongenerateAuthFileContent
(options: AUTH_STRATEGY_OPTION[])
src/auth/authFiles/auth.server.ts:3
↓ 1 callersFunctiongenerateConformForm
()
src/forms/conform.ts:3
↓ 1 callersFunctiongenerateDiscordStrategy
()
src/auth/authStrategies/discordStrategy.ts:1
↓ 1 callersFunctiongenerateEnvVars
(options: AUTH_STRATEGY_OPTION[], existingEnv: string)
src/auth/authFiles/env.ts:3
↓ 1 callersFunctiongenerateEslintConfig
()
src/generators/linting/eslint.ts:4
↓ 1 callersFunctiongenerateFacebookStrategy
()
src/auth/authStrategies/facebookStrategy.ts:1
↓ 1 callersFunctiongenerateFormStrategy
()
src/auth/authStrategies/formStrategy.ts:1
↓ 1 callersFunctiongenerateGithubStrategy
()
src/auth/authStrategies/githubStrategy.ts:1
↓ 1 callersFunctiongenerateGoogleStrategy
()
src/auth/authStrategies/googleStrategy.ts:1
↓ 1 callersFunctiongenerateMicrosoftStrategy
()
src/auth/authStrategies/microsoftStrategy.ts:1
↓ 1 callersFunctiongenerateOAuth2Strategy
()
src/auth/authStrategies/oAuth2Strategy.ts:1
↓ 1 callersFunctiongeneratePath
(path: string, urlGenerator: string | undefined)
src/utils/file.ts:359
↓ 1 callersFunctiongeneratePrettierIgnore
()
src/generators/linting/prettier.ts:1
↓ 1 callersFunctiongeneratePrettierRc
()
src/generators/linting/prettier.ts:5
↓ 1 callersFunctiongeneratePrismaDBFile
()
src/generators/prisma/db.server.ts:1
↓ 1 callersFunctiongenerateRemixHookForm
()
src/forms/remix-hook-form.ts:3
↓ 1 callersFunctiongenerateRouteFile
(uri: vscode.Uri, _: any, name?: string, opts?: GeneratorOption[])
src/commands/generateRouteFile.ts:6
↓ 1 callersFunctiongenerateSeedFile
()
src/generators/prisma/seed.ts:1
↓ 1 callersFunctiongenerateTestFileContent
(exports: Export[], isRouteFile: boolean)
src/generators/test/test.file.ts:5
↓ 1 callersFunctiongenerateTwitterStrategy
()
src/auth/authStrategies/twitterStrategy.ts:1
↓ 1 callersFunctiongeneratorOptions
(config: WorkspaceConfiguration)
src/generators/index.ts:39
↓ 1 callersFunctiongetAllExports
* Parses a file and returns an array of exports * @param fileContent The content of the file to parse * @returns An array of exports from the file
src/utils/file.ts:178
↓ 1 callersFunctiongetAllRoutes
(root: string, path: string, routes: Route[])
src/devTools/allRoutes.ts:25
↓ 1 callersFunctiongetAvailableComponents
(rootDirPath: vscode.Uri, outputLocation: string)
src/commands/generateShadcnUI.ts:59
↓ 1 callersFunctiongetDependencies
(rootDir: vscode.Uri)
src/utils/vscode.ts:63
↓ 1 callersFunctiongetDependenciesArray
(rootDir: vscode.Uri)
src/utils/vscode.ts:71
↓ 1 callersFunctiongetDevDependencies
(rootDir: vscode.Uri)
src/utils/vscode.ts:78
↓ 1 callersFunctiongetDevDependenciesArray
(rootDir: vscode.Uri)
src/utils/vscode.ts:86
↓ 1 callersFunctiongetFileInfo
(filePath: string)
src/utils/file.ts:23
↓ 1 callersFunctiongetFileNameWithoutExtension
(fileName: string)
src/utils/file.ts:12
↓ 1 callersFunctiongetFilesExports
(fileContent: string)
src/utils/file.ts:270
↓ 1 callersFunctiongetMultiplePickableOptions
( options: T[], config?: vscode.QuickPickOptions )
src/utils/vscode.ts:270
↓ 1 callersFunctiongetParentDirFromFileUri
(uri: vscode.Uri)
src/utils/file.ts:59
↓ 1 callersFunctiongetPathDifference
(rootFolder: string, nestedFolder: string)
src/utils/dependencies.ts:79
↓ 1 callersFunctiongetProjectCommands
(uri: vscode.Uri)
src/devTools/getProjectCommands.ts:4
↓ 1 callersFunctioninstallDevDependencies
(rootDir: vscode.Uri, depsToInstall: string[])
src/utils/vscode.ts:133
↓ 1 callersFunctionisAlive
(pid: number)
src/devTools/killProcess.ts:24
↓ 1 callersFunctionisChildOrNestedChildUri
(parentUri: vscode.Uri, childUri: vscode.Uri)
src/utils/file.ts:71
↓ 1 callersFunctionisTSConfigExists
(rootDir: vscode.Uri)
src/utils/file.ts:304
↓ 1 callersFunctionloginFileContent
(options: AUTH_STRATEGY_OPTION[])
src/auth/authFiles/login.ts:3
↓ 1 callersFunctionlogoutFileContent
(config: WorkspaceConfiguration)
src/auth/authFiles/logout.ts:3
↓ 1 callersFunctionmain
()
src/test/runTest.ts:5
↓ 1 callersFunctionremoveAfterLastDot
(str: string)
src/utils/dependencies.ts:3
↓ 1 callersFunctionrunCommandInTask
({ command, title, errorMessage, callback, rootDir }: RunCommandOptions)
src/utils/vscode.ts:169
↓ 1 callersFunctionrunTerminalCommands
( uri: vscode.Uri, socket: WebSocket, command: string, terminalId: number, wss: WebSocketServer, )
src/devTools/runTerminalCommands.ts:57
↓ 1 callersFunctionsessionFileContent
()
src/auth/authFiles/session.server.ts:3
↓ 1 callersFunctionsetStatusBarToRunning
(statusBarItem: vscode.StatusBarItem)
src/utils/statusBar.ts:14
↓ 1 callersFunctionsetStatusBarToStopped
(statusBarItem: vscode.StatusBarItem)
src/utils/statusBar.ts:19
↓ 1 callersFunctionstartDevTools
(statusBarItem: vscode.StatusBarItem)
src/commands/devTools.ts:25
↓ 1 callersFunctionupdateConfig
(key: string, value: string)
src/config.ts:26
↓ 1 callersFunctionupdateFileDependencies
(filePath: vscode.Uri, root: string, newFilePath: string)
src/utils/dependencies.ts:92
next →1–100 of 137, ranked by callers