Hi, I’m using MyEclipse Enterprise Workbench 2017 CI6 Build id: 15.0.1-20170605
I have an Angular project and I’ve created, with the IDE “create component” a new shoppinglistComponent.
Now in the HTML I type app-sh ctrl-spc I get the correct completion list including <app-shopping-list> but when I select it the code inserted is app<app-shopping-list>
Just an observation.