dBase code completion...
Followed by 2 people
Hi
How add functions dBase (http://www.php.net/manual/en/ref.dbase.php) in "code completion" [Ctrl+Space] ?
Please sign in to leave a comment.
Hi there,
Create a stub file for this library -- that's how it's done for all known to PhpStorm classes/functions:
For examples just check any default PHP class or function: e.g. type "array_keys()" (without quotes, obviosuly) and Ctrl+Click on function name -- it will take you to it's definition -- see below.
hm... Thanks! =)