MCPcopy Index your code

hub / github.com/alefragnani/vscode-project-manager / functions

Functions194 in github.com/alefragnani/vscode-project-manager

↓ 147 callersMethodpush
(item: string)
src/utils/stack.ts:20
↓ 35 callersMethodget
(key: string, defaultValue?: T)
src/test/suite/mocks/MockMemento.ts:11
↓ 34 callersMethodgetTagCollapsibleState
(tagId: string, behavior: string)
src/sidebar/storageProvider.ts:46
↓ 27 callersMethodsetTagExpanded
(tagId: string, expanded: boolean)
src/sidebar/storageProvider.ts:66
↓ 23 callersMethodmap
()
src/storage/storage.ts:167
↓ 17 callersMethodgetProjectInfo
(projectPath: string)
src/autodetect/repositoryDetector.ts:13
↓ 15 callersMethodrefresh
()
src/sidebar/storageProvider.ts:72
↓ 14 callersMethodexistsWithRootPath
(rootPath: string, returnExpandedHomePath: boolean = false)
src/storage/storage.ts:87
↓ 14 callersMethodpush
(name: string, rootPath: string)
src/storage/storage.ts:23
↓ 13 callersFunctioncreateTempFilename
(prefix: string = "project-manager-storage-")
src/test/suite/storage.test.ts:16
↓ 12 callersMethodlength
()
src/utils/stack.ts:49
↓ 11 callersMethodeditTags
(name: string, tags: string[])
src/storage/storage.ts:46
↓ 11 callersMethodexpandHomePath
* Expand $home parameter from path to real os home path * * @param path The path to expand
src/utils/path.ts:72
↓ 11 callersMethodupdate
(key: string, value: any)
src/test/suite/mocks/MockMemento.ts:15
↓ 10 callersMethodsave
()
src/storage/storage.ts:163
↓ 9 callersMethodexists
(name: string)
src/storage/storage.ts:76
↓ 9 callersFunctionisRemotePath
(projectPath: string)
src/utils/remote.ts:14
↓ 9 callersMethodisRepoDir
(projectPath: string)
src/autodetect/repositoryDetector.ts:12
↓ 9 callersMethodtoString
()
src/utils/stack.ts:16
↓ 9 callersMethodupdateTreeViewStorage
()
src/sidebar/providers.ts:121
↓ 8 callersMethoddispose
()
src/autodetect/locators.ts:39
↓ 7 callersMethoddeleteCacheFile
()
src/autodetect/abstractLocator.ts:352
↓ 6 callersFunctionopenSettings
(kind?: string)
src/commands/openSettings.ts:9
↓ 6 callersMethodrefreshProjects
(forceRefresh: boolean)
src/autodetect/abstractLocator.ts:226
↓ 6 callersMethodshowTreeView
()
src/sidebar/autodetectProvider.ts:96
↓ 5 callersMethodgetProjectsByTags
(tags: string[])
src/storage/storage.ts:205
↓ 5 callersFunctiongetProjectsFromLocator
(folders: any, locators: Locators, locatorToFilter: CustomProjectLocator, locatorToGetFrom: CustomProjectLocat
src/quickpick/projectsPicker.ts:71
↓ 5 callersFunctionlistAutoDetectedProjects
(locator: CustomProjectLocator)
src/extension.ts:449
↓ 5 callersMethodpop
(item?: string)
src/utils/stack.ts:28
↓ 5 callersMethodrefreshProjectsByType
(projectType: string, locator: CustomProjectLocator, projectProvider: AutodetectProvider, showMessage?: boolea
src/autodetect/locators.ts:95
↓ 4 callersMethodgetAvailableTags
()
src/storage/storage.ts:186
↓ 4 callersMethodgetCacheFile
()
src/autodetect/abstractLocator.ts:272
↓ 4 callersFunctiongetProjectFilePath
()
src/extension.ts:482
↓ 4 callersFunctiongetProjectIconPath
(icon: string, lightDark: string)
src/utils/icons.ts:29
↓ 4 callersMethodgetProjectsByTag
(tag: string)
src/storage/storage.ts:195
↓ 4 callersFunctionisRemoteUri
(uri: Uri)
src/utils/remote.ts:18
↓ 4 callersMethodisRepoFile
(projectFile: string)
src/autodetect/repositoryDetector.ts:14
↓ 4 callersFunctionpickProjects
(projectStorage: ProjectStorage, locators: Locators, showOpenInNewWindowButton: boolean, locatorToFilter:
src/quickpick/projectsPicker.ts:94
↓ 4 callersMethodrename
(oldItem: string, newItem: string)
src/utils/stack.ts:41
↓ 4 callersMethodresetTagExpansionState
()
src/sidebar/storageProvider.ts:42
↓ 4 callersMethodshowTreeViewFromAllProviders
()
src/sidebar/providers.ts:96
↓ 4 callersMethodtoggleEnabled
(name: string)
src/storage/storage.ts:55
↓ 4 callersFunctiontoggleSortBy
(sortBy: string)
src/commands/sortBy.ts:9
↓ 3 callersFunctionbuildProjectUri
(rootPath: string)
src/utils/uri.ts:9
↓ 3 callersMethoddisabled
()
src/storage/storage.ts:64
↓ 3 callersMethodexistsRemoteWithRootPath
(uri: Uri)
src/storage/storage.ts:102
↓ 3 callersMethodgetItem
(index: number)
src/utils/stack.ts:53
↓ 3 callersMethodgetPathDepth
(s: string)
src/autodetect/abstractLocator.ts:50
↓ 3 callersMethodload
()
src/storage/storage.ts:117
↓ 3 callersMethodlocateProjects
()
src/autodetect/abstractLocator.ts:120
↓ 3 callersFunctionopenPickedProject
(picked: Picked<Project>, forceNewWindow: boolean, calledFrom: CommandLocation)
src/quickpick/projectsPicker.ts:278
↓ 3 callersFunctionpickTags
(storage: ProjectStorage, preselected: string[], options?: PickTagOptions)
src/quickpick/tagsPicker.ts:17
↓ 3 callersMethodrefreshTreeViews
()
src/sidebar/providers.ts:107
↓ 3 callersFunctionrevealFileInOS
(node: ProjectNode)
src/commands/revealFileInOS.ts:11
↓ 3 callersFunctionshowStatusBar
(projectStorage: ProjectStorage, locators: Locators, projectName?: string)
src/statusbar/statusBar.ts:16
↓ 3 callersFunctionsortProjects
(itemsToShow)
src/utils/sorter.ts:70
↓ 2 callersFunctionaddProjectPathToWorkspace
(projectPath: string)
src/extension.ts:493
↓ 2 callersFunctionaddProjectToWorkspace
(node: ProjectNode)
src/extension.ts:502
↓ 2 callersMethodaddToList
(projectInfo: AutodetectedProjectInfo)
src/autodetect/abstractLocator.ts:194
↓ 2 callersMethodarraysAreEquals
(array1, array2)
src/autodetect/abstractLocator.ts:329
↓ 2 callersFunctioncanPickSelectedProject
(item: QuickPickItem, projectStorage: ProjectStorage)
src/quickpick/projectsPicker.ts:53
↓ 2 callersFunctioncanSwitchOnActiveWindow
(calledFrom: CommandLocation)
src/quickpick/projectsPicker.ts:265
↓ 2 callersMethodclearProjectList
()
src/autodetect/abstractLocator.ts:88
↓ 2 callersFunctioncreateProject
(name: string, rootPath: string)
src/core/project.ts:15
↓ 2 callersFunctiondoResolve
(value: string[] | undefined)
src/quickpick/tagsPicker.ts:73
↓ 2 callersFunctionfilterProjectsByTag
()
src/extension.ts:144
↓ 2 callersMethodgetFilePathFromAppData
(file: string)
src/utils/path.ts:159
↓ 2 callersFunctiongetProjectIcon
(icon: string, projectPath: string)
src/utils/icons.ts:33
↓ 2 callersMethodgetSupportedFileExtensions
* Returns the list of supported file extensions for early filtering. * Extensions should be lowercase and include the leading dot (e.g., ".code-w
src/autodetect/repositoryDetector.ts:20
↓ 2 callersMethodgetTagExpansionState
()
src/sidebar/storageProvider.ts:38
↓ 2 callersMethodhandleStorageTreeViewExpansionChange
(event: vscode.TreeViewExpansionEvent<ProjectNode | TagNode>, state: "expanded" | "collapsed")
src/sidebar/providers.ts:84
↓ 2 callersMethodinitialize
(context: ExtensionContext)
src/core/container.ts:12
↓ 2 callersMethodisFolderIgnored
(folder)
src/autodetect/abstractLocator.ts:61
↓ 2 callersMethodisMaxDepthReached
(currentDepth, initialDepth)
src/autodetect/abstractLocator.ts:57
↓ 2 callersMethodisProjectWithinProjectIgnored
(folder: string)
src/autodetect/abstractLocator.ts:66
↓ 2 callersMethodlength
()
src/storage/storage.ts:113
↓ 2 callersFunctionlistProjects
(forceNewWindow: boolean)
src/extension.ts:444
↓ 2 callersFunctionloadProjectsFile
()
src/extension.ts:459
↓ 2 callersMethodnormalizePath
* Normalizes a path (fix \ -> \\\\) * * @param path The path <string> to be normalized
src/utils/path.ts:129
↓ 2 callersMethodrefreshConfig
()
src/autodetect/abstractLocator.ts:276
↓ 2 callersFunctionrefreshItems
()
src/quickpick/tagsPicker.ts:34
↓ 2 callersFunctionrefreshProjects
(showMessage?: boolean, forceRefresh?: boolean)
src/extension.ts:209
↓ 2 callersMethodrefreshStorageTreeView
()
src/sidebar/providers.ts:116
↓ 2 callersFunctionsaveProject
(node?: ProjectNode)
src/extension.ts:284
↓ 2 callersFunctionsaveProjectInternal
(projectName: string, tags?: string[])
src/extension.ts:302
↓ 2 callersFunctionshouldOpenInNewWindow
(openInNewWindow: boolean, calledFrom: CommandLocation)
src/quickpick/projectsPicker.ts:207
↓ 2 callersMethodsortGroupedList
(items)
src/autodetect/locators.ts:76
↓ 2 callersMethodsortProjectList
(items)
src/autodetect/locators.ts:84
↓ 2 callersFunctiontoggleViewAsFavoriteProjects
(view: ViewFavoritesAs)
src/extension.ts:134
↓ 2 callersMethodupdateRootPath
(name: string, path: string)
src/storage/storage.ts:68
↓ 2 callersFunctionupdateSortByContext
()
src/commands/sortBy.ts:22
↓ 2 callersMethodupdateWithPathSeparator
* Update paths to use the proper path separator, based on the Host OS * * @param items The array of items <string> to update
src/utils/path.ts:103
↓ 2 callersMethodupdateWithPathSeparatorStr
* Update a path to use the proper path separator, based on the Host OS * * @param item The path <string> to update
src/utils/path.ts:116
↓ 1 callersFunctionaddParentFolderToDuplicates
(projects: AutodetectedProjectList)
src/utils/path.ts:249
↓ 1 callersMethodcachedFileIsValid
(projectList: AutodetectedProjectList)
src/autodetect/abstractLocator.ts:92
↓ 1 callersFunctioncreateMockContext
()
src/test/suite/mocks/MockMemento.ts:25
↓ 1 callersFunctioncurrentIconThemeHasFolderIcon
()
src/utils/icons.ts:12
↓ 1 callersMethoddelay
(ms: number)
src/autodetect/locators.ts:152
↓ 1 callersFunctiondeleteProject
(node: ProjectNode)
src/extension.ts:514
↓ 1 callersFunctioneditProjects
()
src/extension.ts:257
next →1–100 of 194, ranked by callers