This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258685 - Please add value support for attributes to the customs.json
Summary: Please add value support for attributes to the customs.json
Status: CLOSED INVALID
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.1
Hardware: PC Other
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-06 14:40 UTC by Christian Lenz
Modified: 2017-11-27 17:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2016-04-06 14:40:38 UTC
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
Comment 1 Christian Lenz 2016-04-08 09:23:12 UTC
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)
Comment 2 Christian Lenz 2017-11-27 17:19:02 UTC
I will close it, because it will handled now at the JIRA board: https://issues.apache.org/jira/browse/NETBEANS-185. Please feel free to change the state of the ticket.