Autocomplete doesn't recognize function inside if(!function_exists()) ...
Hi in this version of phpstorm:
My autocomplete list doesn't include my functions (that it has worked before) when i put functions inside this tag:
if(!function_exists('test')) {
function test($path) {
}
}
For example:
But:
Please sign in to leave a comment.
Hi there,
http://youtrack.jetbrains.com/issue/WI-23442