This VSCode extension is for OpenCart developer which has a collection of OpenCart snippets. This is just start, Please let us know if need to add more [Contact Us](https://webocreation.com/contact)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
This VSCode extension is for OpenCart developer which has a collection of OpenCart snippets. This is just start, Please let us know if need to add more Contact Us
Documentation
All snippets starts with oc. Some of the snippets are:
PHP page supported snippets:
occ : It creates new Controller class
ocm : It creates new Method or function
occm : It creates new starter Model class
ocl : It creates new variables for language files
ocprf : It creates print_r with pre
occacheget: It creates to get the cache
occacheset: It creates to set the cache
occachedelete: It creates to delete the cache
occonfigget: It creates to get the config
occonfigset: It creates to set the config
ocdbquery: It creates to query the database
ocdbescape: It creates to escape the database fields
ocdbcount: It creates to count the rows affected of the database