I really got it to work. Now the whole "Map" is displayed as the code behind the classes for my objects, it saves a lot of time when searching for Karting for an object. This is how it looks in the project file.
<Compile Include="Entities\OrderMap.cs"> <DependentUpon>Order.cs</DependentUpon> </Compile>
We also created a template so that you can simply right-click, select add an NH object and save it in the project, as shown above. Only now the problem is to rename the object, you need to go to the project and manually change the name. But this does not happen often and is a small compromise to increase productivity.
source share