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] [Updated] (NETBEANS-185) Please add value support for attributes to the customs.json

     [ https://issues.apache.org/jira/browse/NETBEANS-185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Lenz updated NETBEANS-185:
------------------------------------
    Description: 
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:

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

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


Regards

Chris

  was:
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


> 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:
> {code}
> "attributes": {
>    values: ["right", "left", "back"]
> }
> {code}
> 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)