Sal Ferrarello
Sal Ferrarello
@srikat has suggest some interesting ideas with using an input field instead of a div, which makes it easier to copy the hook name. Additionally, he suggested using JavaScript to...
I'm seeing an empty `button` element between "All topics" and "accessibility"  This is a great repo, thanks for creating this and sharing it with the world!
As per https://jekyllrb.com/docs/posts/#tags "it will automatically split a string entry if it contains whitespace." Commas are not treated as split characters. Because this file had commas in it, an additional...
We seem to have two types of interfaces, the Utility interfaces e.g. - [Hookable](https://github.com/WebDevStudios/oops-wp/blob/master/src/Utility/Hookable.php) - [Renderable](https://github.com/WebDevStudios/oops-wp/blob/master/src/Utility/Renderable.php) and those that refer to abstract classes. e.g. - [PluginInterface](https://github.com/WebDevStudios/oops-wp/blob/master/src/Structure/Plugin/PluginInterface.php) (implemented by abstract class...
I really enjoy the offline conversation I've been having with @donmhico and @michealengland around replacing the template files in this repo with dynamically pulled content from [wds-block-starter](https://github.com/WebDevStudios/wds-block-starter). Long term I...
The drive to make this swap was to correct the issue outlined in #57 but overall I think this is an improvement. [EasyAlign plugin](https://github.com/junegunn/vim-easy-align/) Reminder: you'll need to run `:BundleInstall!`...
For example, if you have this line ``` ABCDEFGHIJK ``` and you place your cursor over the `D`, enter insert mode with `i`, and press the ENTER key I would...
I'm not sure wordpress.vim is working correctly for me. Now that I have ctags installed when I open `wp-config.php` before generating any tags I get the message, `WordPress: Generating ctags...
The wordpress.vim snippet `taxonomy`, and others I assume, do not expand currently. However, removing the supertab plugin seems to correct the issue This issue originally arose in #49
PDV Doc Block ( `d` ) is generating documentation like the following. It seems like it should be walking me through the marked variable areas to complete this documentation but...