Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alefragnani/vscode-project-manager
/ functions
Functions
194 in github.com/alefragnani/vscode-project-manager
⨍
Functions
194
◇
Types & classes
61
↓ 1 callers
Function
editTags
(node: ProjectNode)
src/extension.ts:555
↓ 1 callers
Method
expandHomePaths
* 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 callers
Method
expandWithGlobPatterns
(projectsDirList: string[])
src/utils/path.ts:212
↓ 1 callers
Function
findDuplicates
src/utils/path.ts:279
↓ 1 callers
Function
folderNotFound
(name: string, projectStorage: ProjectStorage)
src/quickpick/projectsPicker.ts:28
↓ 1 callers
Method
fromString
(input: string)
src/utils/stack.ts:10
↓ 1 callers
Method
getChannelPath
()
src/utils/path.ts:155
↓ 1 callers
Function
getCodiconFromUri
(uri: Uri)
src/utils/icons.ts:47
↓ 1 callers
Function
getDiffParentFolder
(paths: string[])
src/utils/path.ts:307
↓ 1 callers
Method
getIcon
()
src/autodetect/anyRepositoryDetector.ts:11
↓ 1 callers
Function
getIconDetailsFromProjectPath
(projectPath: string)
src/utils/icons.ts:62
↓ 1 callers
Method
getIconPath
(icon: string, projectPath: string)
src/sidebar/nodes.ts:46
↓ 1 callers
Method
getLocatorProjects
(itemsSorted: any[], locator: CustomProjectLocator)
src/autodetect/locators.ts:55
↓ 1 callers
Function
getProjectDetails
()
src/utils/suggestion.ts:15
↓ 1 callers
Function
getProjects
(itemsSorted: any[])
src/quickpick/projectsPicker.ts:19
↓ 1 callers
Method
handleSymlinks
(items: string[])
src/utils/path.ts:188
↓ 1 callers
Method
hasGlobPattern
(value: string)
src/utils/path.ts:208
↓ 1 callers
Method
indicateInvalidPaths
* 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 callers
Method
initializeCfg
()
src/autodetect/abstractLocator.ts:100
↓ 1 callers
Method
isAlreadyLocated
()
src/autodetect/abstractLocator.ts:78
↓ 1 callers
Method
isBaseFolder
(folder: string)
src/autodetect/abstractLocator.ts:320
↓ 1 callers
Function
isRunningOnCodespaces
()
src/utils/remote.ts:22
↓ 1 callers
Function
listStorageProjects
()
src/extension.ts:454
↓ 1 callers
Function
main
()
src/test/runTest.ts:10
↓ 1 callers
Function
openSideBar
()
src/commands/walkthrough.ts:9
↓ 1 callers
Method
pathIsUNC
* Indicates if a path is a UNC path * * @param path The path to check
src/utils/path.ts:50
↓ 1 callers
Method
registerCommands
()
src/autodetect/locators.ts:31
↓ 1 callers
Function
registerHelpAndFeedbackView
(context: ExtensionContext)
src/sidebar/helpAndFeedbackView.ts:9
↓ 1 callers
Function
registerOpenSettings
()
src/commands/openSettings.ts:14
↓ 1 callers
Function
registerRevealFileInOS
()
src/commands/revealFileInOS.ts:21
↓ 1 callers
Function
registerSideBarDecorations
()
src/sidebar/decoration.ts:9
↓ 1 callers
Function
registerSortBy
()
src/commands/sortBy.ts:14
↓ 1 callers
Method
registerStorageTreeViewListeners
()
src/sidebar/providers.ts:73
↓ 1 callers
Function
registerSupportProjectManager
()
src/commands/supportProjectManager.ts:9
↓ 1 callers
Function
registerWalkthrough
()
src/commands/walkthrough.ts:13
↓ 1 callers
Function
registerWhatsNew
()
src/whats-new/commands.ts:11
↓ 1 callers
Method
removeRootPath
(items: any[])
src/autodetect/locators.ts:117
↓ 1 callers
Function
renameProject
(node: ProjectNode)
src/extension.ts:522
↓ 1 callers
Method
setExtensionContext
* Sets storage path if recommended path provided by current version of VS Code.
src/utils/path.ts:28
↓ 1 callers
Method
setProviderManager
(providerManager: Providers)
src/autodetect/locators.ts:51
↓ 1 callers
Function
shouldConfirmSwitchOnActiveWindow
(calledFrom: CommandLocation)
src/quickpick/projectsPicker.ts:246
↓ 1 callers
Function
sortByName
(items: any[])
src/utils/sorter.ts:10
↓ 1 callers
Function
sortByPath
(items: any[])
src/utils/sorter.ts:26
↓ 1 callers
Function
sortByRecent
(items: any[], stack: Stack)
src/utils/sorter.ts:41
↓ 1 callers
Function
timeout
(ms = 200)
src/test/suite/extension.test.ts:12
↓ 1 callers
Function
toggleProjectEnabled
(node: ProjectNode, askForUndo = true)
src/extension.ts:574
↓ 1 callers
Function
translateCodiconToLocalIcons
(codicon: string)
src/utils/icons.ts:18
↓ 1 callers
Method
updateCacheFile
()
src/autodetect/abstractLocator.ts:82
↓ 1 callers
Function
updateCurrentProject
()
src/extension.ts:429
↓ 1 callers
Method
updatePaths
()
src/storage/storage.ts:178
↓ 1 callers
Function
updateStatusBar
(oldName: string, oldPath: string, newName: string)
src/statusbar/statusBar.ts:80
↓ 1 callers
Method
updateTreeViewDetails
()
src/sidebar/providers.ts:134
Function
activate
(context: vscode.ExtensionContext)
src/extension.ts:43
Method
compactHomePath
* 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
Function
constructor
(public paths: string[])
src/autodetect/repositoryDetector.ts:26
Method
constructor
(public iconPath: ThemeIcon, public tooltip: string)
src/quickpick/projectsPicker.ts:84
Method
constructor
(public kind: string, public displayName: string, public repositoryDetector: RepositoryDetector)
src/autodetect/abstractLocator.ts:34
Method
constructor
( public readonly label: string, public readonly collapsibleState: TreeItemCollapsibleState,
src/sidebar/nodes.ts:19
Method
constructor
( public readonly label: string, public readonly collapsibleState: TreeItemCollapsibleState,
src/sidebar/nodes.ts:103
Method
constructor
( label: string, public readonly collapsibleState: TreeItemCollapsibleState, )
src/sidebar/nodes.ts:114
Method
constructor
(projectSource: CustomProjectLocator)
src/sidebar/autodetectProvider.ts:19
Method
constructor
(projectSource: ProjectStorage)
src/sidebar/storageProvider.ts:33
Method
constructor
(locators: Locators, storage: ProjectStorage)
src/sidebar/providers.ts:34
Method
constructor
(filename: string)
src/storage/storage.ts:18
Method
context
()
src/core/container.ts:17
Method
currentProject
()
src/core/container.ts:33
Function
deactivate
()
src/extension.ts:606
Method
existsWithRootPath
(rootPath: string)
src/autodetect/abstractLocator.ts:251
Method
filterKnownDirectories
(knownDirectories: any[], newDirectories: any[])
src/autodetect/locators.ts:142
Method
getChildren
(element?: ProjectNode)
src/sidebar/autodetectProvider.ts:32
Method
getChildren
(element?: ProjectNode | TagNode)
src/sidebar/storageProvider.ts:80
Method
getIcon
()
src/autodetect/svnRepositoryDetector.ts:11
Method
getIcon
()
src/autodetect/gitRepositoryDetector.ts:13
Method
getIcon
()
src/autodetect/mercurialRepositoryDetector.ts:11
Function
getProjectInfo
(projectPath: string)
src/autodetect/repositoryDetector.ts:35
Method
getProjectInfo
(projectPath: string)
src/autodetect/vscodeRepositoryDetector.ts:27
Method
getSupportedFileExtensions
()
src/autodetect/vscodeRepositoryDetector.ts:23
Method
getTreeItem
(element: ProjectNode)
src/sidebar/autodetectProvider.ts:28
Method
getTreeItem
(element: ProjectNode | TagNode)
src/sidebar/storageProvider.ts:76
Method
handleError
(err)
src/autodetect/abstractLocator.ts:222
Function
isRepoDir
(projectPath: string)
src/autodetect/repositoryDetector.ts:31
Method
isRepoDir
(projectPath: string)
src/autodetect/vscodeRepositoryDetector.ts:15
Method
isRepoDir
(projectPath: string)
src/autodetect/gitRepositoryDetector.ts:17
Method
isRepoFile
(projectFile: string)
src/autodetect/vscodeRepositoryDetector.ts:19
Method
keys
()
src/test/suite/mocks/MockMemento.ts:5
Method
pop
(name: string)
src/storage/storage.ts:28
Method
provideChangeLog
()
src/whats-new/contentProvider.ts:19
Method
provideHeader
(logoUrl: string)
src/whats-new/contentProvider.ts:10
Method
provideSocialMedias
()
src/whats-new/contentProvider.ts:563
Method
provideSupportChannels
()
src/whats-new/contentProvider.ts:546
Method
refresh
()
src/sidebar/autodetectProvider.ts:24
Method
rename
(oldName: string, newName: string)
src/storage/storage.ts:37
Function
run
()
src/test/suite/index.ts:10
Method
stack
()
src/core/container.ts:22
← previous
101–194 of 194, ranked by callers