createGoBookmarkPathSuggestions
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
createGoBookmarkPathSuggestions(
input): readonlyBookmarkDirectorySuggestion[]
Defined in: application/commands/bookmark-go-path-suggestion.ts:88
Bookmark path suggestion対象command向けBookmark path suggestionを作成。
Parameters
Section titled “Parameters”CreateGoBookmarkPathSuggestionsInput
Go bookmark suggestion入力。
Returns
Section titled “Returns”readonly BookmarkDirectorySuggestion[]
Bookmark suggestion一覧。
Example
Section titled “Example”const result = createGoBookmarkPathSuggestions({ bookmarks, commandName: "go", commandPrefix: "go ./", parentPath: "/Work", pathCompletionBase: "./", titlePrefix: "Str",});