Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 289 Bytes

README_vscode.md

File metadata and controls

19 lines (15 loc) · 289 Bytes

config

If you use PHP intelephense:

Add below for wordpress suggestions:

"settings": {
		"intelephense.stubs": [
			"wordpress",
		],

Add below for wp-phpunit suggestions:

		"intelephense.environment.includePaths": [
			"vendor/wp-phpunit/wp-phpunit/includes/",
		],