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

WordPress Salts

idleberg

|
3,388 installs
| (0) | Free
Context-aware WordPress salts generation for PHP, YAML, DotEnv and JSON files without the need of an internet-connection
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-wordpress-salts

The MIT License GitHub Visual Studio Marketplace CI David

Context-aware WordPress salt key generation for PHP, YAML and DotEnv files without the need of an internet-connection

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
  • Terms of use
  • Trademarks
© 2022 Microsoft