All notable changes for each version of this extension are documented in this file.
- Update Readme in VSCode Marketplace.
- Updated extension to work with new WP Docs redesign.
- Improved URI handling in webviews.
- Updated WordPress Function and Hook definitions.
- Refactored and clean up code.
- Updated styling of documentation webview themes.
- Updated whole project, dependencies and build scripts.
- Added
wp_widgets_init
andwidgets_init
to list of recognized words. - Fix tab name when searching an unrecognized word.
- Troubleshooting error with request module.
- Added feature to view documentation inside VSCode.
- Added themes 'WPDocs', 'One Dark' and 'Monokai' for documentation.
- Fixed keyboard shortcut not working when trying to invoke search without a selection.
- It is no longer necessary to select a word, if nothing is selected the extension will search the word at the cursor position.
- Change default google search parameter from 'url' to 'site'. Thanks to 'soderlind' for reporting the error.
- Added configuration setting to select where to do the search (Developer Reference, Codex, etc..).
- Reduced the amount of commands to one, now that it can be customized.
- Initial Release.