enhancement: Generate ID's: make this unique for a whole project (~Flexibility Services)
jvanattedev opened this issue · 2 comments
jvanattedev commented
If you do not have IDs for your UI5 components in the view, the UI5 Language Assistant allows you to generate IDs for the whole file. This occurs when "flexEnabled": true, in manifest.json. Unfortunately, this still generates errors in a UI5 project, since the IDs are unique in the file, but not across the whole project.
This results in errors such as:
Error: Error: adding element with duplicate id 'application-app-tile-component---worklist--_IDGenText1'
The request: is it possible to have the tools generate unique IDs across the whole project. This would be really useful for Flexibility Services.