Skip to content

Instantly share code, notes, and snippets.

@nanasess
Created February 28, 2018 00:52
Show Gist options
  • Save nanasess/fedc8db85add7789445a59c6c2439502 to your computer and use it in GitHub Desktop.
Save nanasess/fedc8db85add7789445a59c6c2439502 to your computer and use it in GitHub Desktop.
ac-php configuration of ec-cube
{
"filter": {
"php-file-ext-list": [
"php"
],
"php-path-list": [
"./src",
"./app",
"./tests",
"./vendor",
"./html",
"/Users/nanasess/git-repos/ec-cube/vendor/symfony/framework-bundle/Test",
"/Users/nanasess/git-repos/ec-cube/vendor/bin/.phpunit",
"/Users/nanasess/git-repos/phpstorm-stubs"
],
"php-path-list-without-subdir": [
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment