Create Class and ID at the same time

Hi Renato, It will be nice to have a functionality in the command bar to create a class and ID at the same time. Whenever I add an element in oxygen, I give it a unique ID and class for more readable markup in the HTML by running the following command: ``` #my-new-element.my-new-element ``` It will be nice to have a shortcut like `#.my-new-element` which will change the ID and add the class at the same time.