Zoltan Demant
09/21/2023, 7:04 AMExercise
translates into val exercise = ...
etc. Is it possible to tweak this behavior so that it always focuses on the actual naming of things, for example: ExerciseDto
results in either exerciseDto
or dto
, I would like it to just be exercise
. Having a lot of classes with the same name but added suffixes, I find myself having to rename every variable to strip the dto part.