Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>WordPress SaltsNew to Visual Studio Code? Get it now.
WordPress Salts

WordPress Salts

idleberg

|
6,186 installs
| (0) | Free
Offline WordPress salt key generation for PHP, YAML and DotEnv files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-wordpress-salts

Offline WordPress salt key generation for PHP, YAML and DotEnv files

Version Visual Studio Marketplace Installs Build

Installation

Extension Marketplace

Launch Quick Open, paste the following command, and press Enter

ext install idleberg.wordpress-salts

CLI

With shell commands installed, you can use the following command to install the extension:

$ code --install-extension idleberg.wordpress-salts

Packaged Extension

Download the packaged extension from the the release page and install it from the command-line:

$ code --install-extension path/to/wordpress-salts-*.vsix

Alternatively, you can download the packaged extension from the Open VSX Registry or install it using the ovsx command-line tool:

$ ovsx get idleberg.wordpress-salts

Clone Repository

Change to your Visual Studio Code extensions directory:

# Windows
$ cd %USERPROFILE%\.vscode\extensions

# Linux & macOS
$ cd ~/.vscode/extensions/

Clone repository as wordpress-salts:

$ git clone https://github.com/idleberg/vscode-wordpress-salts wordpress-salts

Install extension dependencies:

$ cd wordpress-salts && npm install

Usage

Run the WordPress Salts: Insert from the command palette to insert salts at the current cursor position. The output format is determined by the scope of the active document.

Related

  • atom-wordpress-salts
  • sublime-wordpress-salts
  • wp-salts-cli

License

This work is licensed under The MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft