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:19:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16267085#comment-16267085 ] 

Christian Lenz commented on NETBEANS-185:
-----------------------------------------

Here you can find, what I mean: https://blogs.msdn.microsoft.com/visualstudio/2016/03/30/build-ionic-apps-in-minutes-with-vs-code/ (Building with Ionic - Second Image)

> 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)