Hi Mio,I checked your code and noticed two problems that prevented code completion:1. your `rootDir` in your tsconfig.json is set to `"./srv"`, which excludes the directory the types are generated into. One possible fix is to set it to `"."` instead ...
Hi Martin,I'm afraid localisation is currently not available in the generated types yielded by cds-typer (as you have already suspected).But it does sound like a very useful addition. Would you mind bringing this up as issue in the GitHub repository?...
Hi Andre,you have probably hit a limitation (as of today) of how the types of the CDS API can consume the types generated by cds-typer. The cases of passing '*' as request type or passing in multiple entities had not been considered at this point.I w...
Hi Fedor, good catch! This is actually a quirk in cds-ts watch and will be addressed shortly in an upcoming release, which should hopefully cover both your questions.Best,Daniel