Project

General

Profile

Actions

{{last_updated_at}} by {{last_updated_by}}

VS Code Configuration for CiviCRM

Raw notes about configuring VS Code for CiviCRM. I'll probably polish this later.

Plugins

ESLint
PHP Extension Pack (provides PHP Debug and PHP IntelliSense)
phpcs

phpcs configuration

{
    "window.zoomLevel": 1,
    "phpcs.executablePath": "/home/jon/local/civicrm-buildkit/bin/phpcs",
    "phpcs.standard": "/home/jon/local/civicrm-buildkit/vendor/drupal/coder/coder_sniffer/Drupal"
}

Settings

  • Disable telemetry. You can be more aggressive with disabling communication with Microsoft (e.g. automatic update checks).

Updated by Jon Goldberg almost 5 years ago · 1 revisions