Skip to content

createGoBookmarkPathSuggestions

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

createGoBookmarkPathSuggestions(input): readonly BookmarkDirectorySuggestion[]

Defined in: application/commands/bookmark-go-path-suggestion.ts:88

Bookmark path suggestion対象command向けBookmark path suggestionを作成。

CreateGoBookmarkPathSuggestionsInput

Go bookmark suggestion入力。

readonly BookmarkDirectorySuggestion[]

Bookmark suggestion一覧。

const result = createGoBookmarkPathSuggestions({
bookmarks,
commandName: "go",
commandPrefix: "go ./",
parentPath: "/Work",
pathCompletionBase: "./",
titlePrefix: "Str",
});

Last updated: