

This one the best of WordPress Visual Studio Code extensions. WordPress Core Snippets ADMIN_COOKIE_PATH // Core ADMIN COOKIE PATH constantadd_blog_option // Add a new option for a given blog id.add_action // Core Hooks a function on to a specific action. Widget Snippets wp_widget_disable_page //Disbale widget from custom pagewp_widget_disable_page_and_role //Disable Widget from Specific page by user role 4. Shortcode Snippets wp_shortcode_member_content // Only Member can view the content 3. Meta Tag Snippets wp_meta_open_graph // Add open graph meta tag 3. Dashboard Snippets wp_change_admin_footer_text // Change Dashboard footer textwp_disable_visual_editor // Disable Visual Editorwp_change_admin_logo // Change Admin Logowp_column_thumbnail_to_post_list // Add thumbnail column to post listingwp_remove_admin_bar // Remove Admin Barwp_remove_dashboard_css // Remove Dashboard Csswp_remove_dashboard_widget // Remove dashboard widget 2. Of snippets, you will get autocomplete for - 1. This extension adds various snippets for WordPress development. Helpful for auto completing different snippets, you can type part of a snippet and the extension will auto complete for you. Although this doesnt cover every snippet of WordPress sometimes makes WordPress coding easier. A very handy extension when you code in WordPress way. WordPress SnippetĪuto completes WordPress snippets for Visual Studio Code.

All the official handbook components are included in the snippet. It lists out all the components of Gutenberg so that you dont have to search and look out for components and then importing them in their right parent component.
