Skip to content

WP Rig

The Progressive Theme Development Rig for WordPress

WP Rig

The Progressive Theme Development Rig for WordPress

  • Download
  • Showcase
  • Documentation
  • Learn V3
    • Learn V3
    • V2
    • V1
  • Contribute
  • News

Docs

CSS / Sass
  • Bootstrap in WP Rig
  • CSS Grid fallbacks for legacy browsers
  • CSS in WP Rig
JavaScript
  • Building Custom Blocks
  • Enqueuing Scripts in WP Rig
PHP
  • ACF in WP Rig
  • Adding CMB2 To Your Theme
  • Enabling PHPCodeSniffer (PHPCS) in VS Code
  • PHP Architecture in WP Rig
Workflow
  • Cleaning your code with PHPCBF
  • Creating Custom Settings For Your Theme in Customize
  • Creating Custom Settings Page – React UI
  • Full Site Editing (FSE) with WP Rig
  • Gulp in WP Rig
  • Recommended code editor extensions
  • Recommended Git Workflow
  • Theme Configuration
  • Updating to Gulp 4
  • Using BrowserSync with WP Rig
  • WP CLI Scripts
  • WP Rig Node Scripts

Recommended code editor extensions

To take full advantage of the features in WP Rig, your code editor needs support for the following features:

  • EditorConfig
  • ESLint
  • PHP CodeSniffer (phpCS)

VS Code extensions

For VS Code users, here’s a list of recommended code editor extensions.

  • EditorConfig
  • ESLint
  • PHP Debug
  • PHP IntelliSense
  • PHPCS
  • stylelint

To enable PHPCS in VS Code, follow these instructions.

VIM Extensions

  • editorconfig: editorconfig/editorconfig-vim.
  • ESLint & stylelint: vim-syntastic/syntastic
  • Prettier: prettier/vim-prettier
  • ALE:  dense-analysis/ale*

*instead of syntastic and vim-prettier, it is possible to configure everything with ALE.

View on GitHub

On this page

  • VIM Extensions
  • VS Code extensions
Proudly powered by WordPress | Theme: WPRig IO V3 by the contributors. | Privacy Policy