MCPcopy Create free account

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

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

↓ 1 callersFunctioneditTags
(node: ProjectNode)
src/extension.ts:555
↓ 1 callersMethodexpandHomePaths
* Expand $home parameter from path to real os home path * * @param items The array of items <QuickPickItem> to expand
src/utils/path.ts:91
↓ 1 callersMethodexpandWithGlobPatterns
(projectsDirList: string[])
src/utils/path.ts:212
↓ 1 callersFunctionfindDuplicates
src/utils/path.ts:279
↓ 1 callersFunctionfolderNotFound
(name: string, projectStorage: ProjectStorage)
src/quickpick/projectsPicker.ts:28
↓ 1 callersMethodfromString
(input: string)
src/utils/stack.ts:10
↓ 1 callersMethodgetChannelPath
()
src/utils/path.ts:155
↓ 1 callersFunctiongetCodiconFromUri
(uri: Uri)
src/utils/icons.ts:47
↓ 1 callersFunctiongetDiffParentFolder
(paths: string[])
src/utils/path.ts:307
↓ 1 callersMethodgetIcon
()
src/autodetect/anyRepositoryDetector.ts:11
↓ 1 callersFunctiongetIconDetailsFromProjectPath
(projectPath: string)
src/utils/icons.ts:62
↓ 1 callersMethodgetIconPath
(icon: string, projectPath: string)
src/sidebar/nodes.ts:46
↓ 1 callersMethodgetLocatorProjects
(itemsSorted: any[], locator: CustomProjectLocator)
src/autodetect/locators.ts:55
↓ 1 callersFunctiongetProjectDetails
()
src/utils/suggestion.ts:15
↓ 1 callersFunctiongetProjects
(itemsSorted: any[])
src/quickpick/projectsPicker.ts:19
↓ 1 callersMethodhandleSymlinks
(items: string[])
src/utils/path.ts:188
↓ 1 callersMethodhasGlobPattern
(value: string)
src/utils/path.ts:208
↓ 1 callersMethodindicateInvalidPaths
* Indicates if a path is invalid, which means "does not exists" * " * @param items The items <QuickPickItems> to check for invalid paths
src/utils/path.ts:145
↓ 1 callersMethodinitializeCfg
()
src/autodetect/abstractLocator.ts:100
↓ 1 callersMethodisAlreadyLocated
()
src/autodetect/abstractLocator.ts:78
↓ 1 callersMethodisBaseFolder
(folder: string)
src/autodetect/abstractLocator.ts:320
↓ 1 callersFunctionisRunningOnCodespaces
()
src/utils/remote.ts:22
↓ 1 callersFunctionlistStorageProjects
()
src/extension.ts:454
↓ 1 callersFunctionmain
()
src/test/runTest.ts:10
↓ 1 callersFunctionopenSideBar
()
src/commands/walkthrough.ts:9
↓ 1 callersMethodpathIsUNC
* Indicates if a path is a UNC path * * @param path The path to check
src/utils/path.ts:50
↓ 1 callersMethodregisterCommands
()
src/autodetect/locators.ts:31
↓ 1 callersFunctionregisterHelpAndFeedbackView
(context: ExtensionContext)
src/sidebar/helpAndFeedbackView.ts:9
↓ 1 callersFunctionregisterOpenSettings
()
src/commands/openSettings.ts:14
↓ 1 callersFunctionregisterRevealFileInOS
()
src/commands/revealFileInOS.ts:21
↓ 1 callersFunctionregisterSideBarDecorations
()
src/sidebar/decoration.ts:9
↓ 1 callersFunctionregisterSortBy
()
src/commands/sortBy.ts:14
↓ 1 callersMethodregisterStorageTreeViewListeners
()
src/sidebar/providers.ts:73
↓ 1 callersFunctionregisterSupportProjectManager
()
src/commands/supportProjectManager.ts:9
↓ 1 callersFunctionregisterWalkthrough
()
src/commands/walkthrough.ts:13
↓ 1 callersFunctionregisterWhatsNew
()
src/whats-new/commands.ts:11
↓ 1 callersMethodremoveRootPath
(items: any[])
src/autodetect/locators.ts:117
↓ 1 callersFunctionrenameProject
(node: ProjectNode)
src/extension.ts:522
↓ 1 callersMethodsetExtensionContext
* Sets storage path if recommended path provided by current version of VS Code.
src/utils/path.ts:28
↓ 1 callersMethodsetProviderManager
(providerManager: Providers)
src/autodetect/locators.ts:51
↓ 1 callersFunctionshouldConfirmSwitchOnActiveWindow
(calledFrom: CommandLocation)
src/quickpick/projectsPicker.ts:246
↓ 1 callersFunctionsortByName
(items: any[])
src/utils/sorter.ts:10
↓ 1 callersFunctionsortByPath
(items: any[])
src/utils/sorter.ts:26
↓ 1 callersFunctionsortByRecent
(items: any[], stack: Stack)
src/utils/sorter.ts:41
↓ 1 callersFunctiontimeout
(ms = 200)
src/test/suite/extension.test.ts:12
↓ 1 callersFunctiontoggleProjectEnabled
(node: ProjectNode, askForUndo = true)
src/extension.ts:574
↓ 1 callersFunctiontranslateCodiconToLocalIcons
(codicon: string)
src/utils/icons.ts:18
↓ 1 callersMethodupdateCacheFile
()
src/autodetect/abstractLocator.ts:82
↓ 1 callersFunctionupdateCurrentProject
()
src/extension.ts:429
↓ 1 callersMethodupdatePaths
()
src/storage/storage.ts:178
↓ 1 callersFunctionupdateStatusBar
(oldName: string, oldPath: string, newName: string)
src/statusbar/statusBar.ts:80
↓ 1 callersMethodupdateTreeViewDetails
()
src/sidebar/providers.ts:134
Functionactivate
(context: vscode.ExtensionContext)
src/extension.ts:43
MethodcompactHomePath
* If the project path is in the user's home directory then store the home directory as a * parameter. This will help in situations when the user
src/utils/path.ts:59
Functionconstructor
(public paths: string[])
src/autodetect/repositoryDetector.ts:26
Methodconstructor
(public iconPath: ThemeIcon, public tooltip: string)
src/quickpick/projectsPicker.ts:84
Methodconstructor
(public kind: string, public displayName: string, public repositoryDetector: RepositoryDetector)
src/autodetect/abstractLocator.ts:34
Methodconstructor
( public readonly label: string, public readonly collapsibleState: TreeItemCollapsibleState,
src/sidebar/nodes.ts:19
Methodconstructor
( public readonly label: string, public readonly collapsibleState: TreeItemCollapsibleState,
src/sidebar/nodes.ts:103
Methodconstructor
( label: string, public readonly collapsibleState: TreeItemCollapsibleState, )
src/sidebar/nodes.ts:114
Methodconstructor
(projectSource: CustomProjectLocator)
src/sidebar/autodetectProvider.ts:19
Methodconstructor
(projectSource: ProjectStorage)
src/sidebar/storageProvider.ts:33
Methodconstructor
(locators: Locators, storage: ProjectStorage)
src/sidebar/providers.ts:34
Methodconstructor
(filename: string)
src/storage/storage.ts:18
Methodcontext
()
src/core/container.ts:17
MethodcurrentProject
()
src/core/container.ts:33
Functiondeactivate
()
src/extension.ts:606
MethodexistsWithRootPath
(rootPath: string)
src/autodetect/abstractLocator.ts:251
MethodfilterKnownDirectories
(knownDirectories: any[], newDirectories: any[])
src/autodetect/locators.ts:142
MethodgetChildren
(element?: ProjectNode)
src/sidebar/autodetectProvider.ts:32
MethodgetChildren
(element?: ProjectNode | TagNode)
src/sidebar/storageProvider.ts:80
MethodgetIcon
()
src/autodetect/svnRepositoryDetector.ts:11
MethodgetIcon
()
src/autodetect/gitRepositoryDetector.ts:13
MethodgetIcon
()
src/autodetect/mercurialRepositoryDetector.ts:11
FunctiongetProjectInfo
(projectPath: string)
src/autodetect/repositoryDetector.ts:35
MethodgetProjectInfo
(projectPath: string)
src/autodetect/vscodeRepositoryDetector.ts:27
MethodgetSupportedFileExtensions
()
src/autodetect/vscodeRepositoryDetector.ts:23
MethodgetTreeItem
(element: ProjectNode)
src/sidebar/autodetectProvider.ts:28
MethodgetTreeItem
(element: ProjectNode | TagNode)
src/sidebar/storageProvider.ts:76
MethodhandleError
(err)
src/autodetect/abstractLocator.ts:222
FunctionisRepoDir
(projectPath: string)
src/autodetect/repositoryDetector.ts:31
MethodisRepoDir
(projectPath: string)
src/autodetect/vscodeRepositoryDetector.ts:15
MethodisRepoDir
(projectPath: string)
src/autodetect/gitRepositoryDetector.ts:17
MethodisRepoFile
(projectFile: string)
src/autodetect/vscodeRepositoryDetector.ts:19
Methodkeys
()
src/test/suite/mocks/MockMemento.ts:5
Methodpop
(name: string)
src/storage/storage.ts:28
MethodprovideChangeLog
()
src/whats-new/contentProvider.ts:19
MethodprovideHeader
(logoUrl: string)
src/whats-new/contentProvider.ts:10
MethodprovideSocialMedias
()
src/whats-new/contentProvider.ts:563
MethodprovideSupportChannels
()
src/whats-new/contentProvider.ts:546
Methodrefresh
()
src/sidebar/autodetectProvider.ts:24
Methodrename
(oldName: string, newName: string)
src/storage/storage.ts:37
Functionrun
()
src/test/suite/index.ts:10
Methodstack
()
src/core/container.ts:22
← previous101–194 of 194, ranked by callers