]
Alexey Kazakov reassigned JBIDE-17727:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
CSS content assist for class attribute in custom HTML tags
----------------------------------------------------------
Key: JBIDE-17727
URL:
https://issues.jboss.org/browse/JBIDE-17727
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jsp/jsf/xml/html-source-editing
Affects Versions: 4.2.0.Beta2
Reporter: Alexey Kazakov
Assignee: Jeff MAURY
Fix For: 4.3.x
Right now, content assist for CSS classes works only for standart HTML tags. But some
frameworks use custom html tags (AngularJS and its extensions like ionic framework for
example). It would be useful if our CSS content assist also worked for such tags.
For example:
{code}
<ion-tabs class="tabs-positive tabs-icon-only">
<ion-tab title="Home" icon-on="ion-ios7-filing"
icon-off="ion-ios7-filing-outline">
</ion-tab>
</ion-tabs>
{code}
Currently the content assis works only if you change <ion-tabs> to <div> or
any other standart HTML tags.