IDE Integrations

This page contains tips for popular integrated development environments (IDEs) that can be helpful to Jetpack contributors.

Microsoft Visual Studio Code

Jetpack VS Code Extension Pack

An extension pack that will help you get started with Jetpack Development in VS Code. It includes the following extensions:

  • ESLint – Integrates ESLint JavaScript into VS Code.
  • PHP_CodeSniffer – Brings PHPCS support to VS Code.
  • PHP Intelephense – PHP code intelligence for Visual Studio Code.
  • PHP Debug – Debug support for PHP with Xdebug.
  • Prettier – Code formatter using prettier.
  • WordPress Hooks Intellisense – IntelliSense and autocompletion for WordPress hooks, actions, and filters.
  • Jetpack Extension – Integrates the Jetpack CLI toolkit into VS Code.

You can find this extension pack on the Visual Studio Code Marketplace.

Jetpack VS Code Extension

The Jetpack VS Code extension brings the power of the Jetpack CLI directly to your VS Code workspace. For example, this will allow you to run Jetpack CLI commands such as rsync or watch from the command palette.

You can find this extension on the Visual Studio Code Marketplace.