Skip to content

Configuration Options

SnipHub provides various configuration options to customize your experience.

Basic Configuration

sniphub.storageLocation

  • Type: string
  • Default: .vscode/SnipHub
  • Description: Project snippet storage location (relative to project path)

sniphub.prefix

  • Type: string
  • Default: "sh"
  • Description: Prefix for snippet completion. Type prefix + : in the editor to show completion suggestions

sniphub.globalStorageLocation

  • Type: string
  • Default: ./SnipHub
  • Description: Global snippet storage location (relative to VS Code global configuration path)

How to Configure

  1. Click the SnipHub snippet manager icon in the activity bar to enter the snippet manager
  2. Click the settings button to enter settings
  3. Modify the corresponding configuration options

Released under the MIT License.