Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP documentation lookup #149

Closed
salcode opened this issue Oct 18, 2018 · 1 comment
Closed

Add PHP documentation lookup #149

salcode opened this issue Oct 18, 2018 · 1 comment

Comments

@salcode
Copy link
Owner

salcode commented Oct 18, 2018

The default Vim behavior is when you press Shift + k, the man page for the word under the cursor is displayed.

This behavior can be customized. I do a lot of work in PHP and I'm often looking up the order of parameters for functions like array_filter() and in_array().

I'd like to display the PHP help when I press Shift + k with the cursor over a PHP function.

@salcode
Copy link
Owner Author

salcode commented Oct 18, 2018

This Vim plugin, PHP Manual, seems to do just that 👍 (and adds Ctrl + h, which opens the term in php.net)

salcode added a commit that referenced this issue Oct 18, 2018
Add plugin alvan/vim-php-manual to add `Shift + k` PHP keyword lookup

Fixes #149
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant