[jbosstools-issues] [JBoss JIRA] (JBIDE-17727) CSS content assist for custom HTML tags

Alexey Kazakov (JIRA) issues at jboss.org
Mon Jun 30 17:20:25 EDT 2014


Alexey Kazakov created JBIDE-17727:
--------------------------------------

             Summary: CSS content assist for 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


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.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list