This is a collection of WordPress snippets and autocompletions for Visual Studio Code.
Classicpress Snippets is meant to help VS Code users to leverage snippets from ClassicPress and WordPress for Development. This is a personal project and not an official extension from ClassicPress.net.
Type start_plugin
or cp_dev
and hit tab to see autocompletions in work.
- License: GPLv3
- Version: 0.3.3
- Extension URI: https://github.com/bahiirwa/classicpress-snippet
Autocomplete for:
Software | Functions | Constants/Classes |
---|---|---|
ClassicPress 1.1.0 | 14+ | 0+ |
WordPress 4.6.1 | 2884+ | 191+ |
Install via Extension Marketplace inside VS Code.
- Search for Classicpress
- Install and use.
- Need to add WordPress functions between 4.6.1 and 4.9.9
- Need to add ClassicPress functions version 1.1.0
Initial Release of a ClassicPress Development snippets extension. This is a personal project and not an official extension.
- Fix:
- Add:
- Fix: broken numbers in custom php snippets.
- Fix: Coverage badges.
- Fix: broken numbers in css snippets.
- Add new theme specific functions.
- Add new CP functions from CP 1.1.0.
- Initial release.