We at Convergence created an extension that has the snippets used internally by our team during our development process. We are proud to be able to contribute to the community. We hope this extension can help you speed up your development process.
About Convergence
Convergence develops, designs and deploys business-class software ecosystems of all shapes and sizes.
We are a proudly Canadian company headquartered in the heart of Downtown Vancouver's financial core.
Features
With this extension, you can generate code faster following the snippets we use in our development process.
Here is the list of snippets available:
Prefix
Description
ccc1
Create a Class based on the folder name
ccc2
Create a Class based on the file name
ccc3
Create a Class with no name
ccf1
Create an Arrow Function based on the folder name
ccf2
Create an Arrow Function based on the file name
ccf3
Create a Arrow Function with no name
ccnef
Create a Arrow Function with no name and no export
ccneaf
Create a Async Arrow Function with no name and no export
ccr1
Create a GraphQL Resolver based on the folder name
ccr2
Create a GraphQL Resolver based on the file name
ccr3
Create a GraphQL Resolver with no name
cctd1
Create a GraphQL Type Definition based on the folder name
cctd2
Create a GraphQL Type Definition based on the file name