How to call Sitecore Rocks code generation?

After installing the Sitecore Rocks extension, I created the Sitecore> Generator> Template Classes project. I added my templates from Sitecore to the .scx file and tried to run the file by selecting the "Run Custom Tool", but it does nothing. Is there anything specific I need to do to run the code generation file and make it generate classes for my Sitecore templates?

Thanks!

+4
source share
1 answer

Here is my find on this subject,

After setting up Sitecore and Sitecore Rocks, you can check the generated code file under the name of the created file as CodeGeneratedFile.Designer.cs (provided that the new file is named as "CodeGeneratedFile")

The file must be of the type Strongly Typed Elements

Sitecore rocks code generation

Based on this question, I wrote here in detail - Code Generation Using Sitecore Rocks

+2
source

All Articles