You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2017/11/27 17:18:00 UTC

[jira] [Created] (NETBEANS-185) Please add value support for attributes to the customs.json

Christian Lenz created NETBEANS-185:
---------------------------------------

             Summary: Please add value support for attributes to the customs.json
                 Key: NETBEANS-185
                 URL: https://issues.apache.org/jira/browse/NETBEANS-185
             Project: NetBeans
          Issue Type: Improvement
          Components: web - HTML Editor, web - HTML Project
    Affects Versions: Next
            Reporter: Christian Lenz


For ionic for example, there is a attribute called nav-direction. For this there are several values like back, right, left, front and so on. It would be nice if those values can comes up for code completion inside: nav-direction="" so that I see the list of all available values for nav-direction.

For example:

"attributes": {
   values: ["right", "left", "back"]
}

so for this it would be very nice and simple to add code completion for values for attributes in HTML files.


Regards

Chris



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)