Project

General

Profile

VS Code Configuration for CiviCRM » History » Version 1

Jon Goldberg, 07/11/2019 06:00 PM

1 1 Jon Goldberg
{{last_updated_at}} by {{last_updated_by}}
2
3
{{>toc}}
4
# VS Code Configuration for CiviCRM
5
6
Raw notes about configuring VS Code for CiviCRM.  I'll probably polish this later.
7
8
### Plugins
9
ESLint
10
PHP Extension Pack (provides PHP Debug and PHP IntelliSense)
11
phpcs
12
13
### phpcs configuration
14
```json
15
{
16
    "window.zoomLevel": 1,
17
    "phpcs.executablePath": "/home/jon/local/civicrm-buildkit/bin/phpcs",
18
    "phpcs.standard": "/home/jon/local/civicrm-buildkit/vendor/drupal/coder/coder_sniffer/Drupal"
19
}
20
```
21
22
### Settings
23
24
* Disable telemetry.  You can be more aggressive with disabling communication with Microsoft (e.g. automatic update checks).