Skip to content

woru/options-completion-phpstorm-plugin

Repository files navigation

Options completion plugin

https://plugins.jetbrains.com/plugin/7822

Parses phpDocumentor's hash description and shows supported keys.

class Element {
    /**
     * Initializes this class with the given options.
     *
     * @param array $options {
     *     @var bool   $required Whether this element is required
     *     @var string $label    The display name for this element
     * }
     */
    public function __construct(array $options = array())
    {
        <...>
    }
    <...>
}


new Element(['label' => 'Bob', '|' ]);
//                              | ctrl+space will show supported attributes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages