I'm using PHPStorm
while develop WordPress
plugins (mainly for HTML/CSS/JS).
Each plugin is a separate PHPStorm
project since I can have several goodies from using this way.
The issue is when working on a plugin, the WordPress
functions like _e
are marked as Warnings
(yellow color) and the information PHPStorm
gives is that
"Undefined function _e"
How can I configure PHPStorm
that it understand the WordPress
functions and do not shows that errors and autocomplete the functions without to have a big project wrapping the WordPress
installation?