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 248288

Summary: Ionic framework support
Product: web Reporter: elennaro
Component: CordovaAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal CC: chrizzly, marciosouzajunior
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Ionic elements and attributes

Description elennaro 2014-10-30 21:08:27 UTC
Please add ionic framework support: http://ionicframework.com/docs/overview/#starter
It could be not too hard, 'cause it's based on cordova and AngularJS.
Comment 1 urbiwan 2015-02-18 22:14:25 UTC
Any updates on this issue, 

Would be awesome to get this feature
Comment 2 Christian Lenz 2015-02-18 22:41:25 UTC
The question is, what should the support do? Code completion? I think this is already implemened, because of the structure how netbeans handle HTML5 proejcts with external scripts. Maybe a designer with controls? I don't know but what you can test is the Yeoman plugin to install the generator via netbeans: https://github.com/GeertjanWielenga/YoNetBeans


Cheers

Chris
Comment 3 elennaro 2015-03-24 18:23:29 UTC
First of all it's Ionic commands that override Cordovas commands.
Here you can find the list https://github.com/driftyco/ionic-cli

Second and also very important is directives (as html attributes) support with documentation.
http://ionicframework.com/docs/api/

And third could be documentation in cc and cc itself for JS.

Since the Ionic already has version 1 RC,  I think it's API is already well established, so it's time to begin support.
Comment 4 marciosouzajunior 2015-03-24 18:29:31 UTC
Created attachment 152824 [details]
Ionic elements and attributes

Simple workaround to get code completion for Ionic. Place customs.json file into nbproject folder which is located in your project folder.
Comment 5 lukaszt 2015-10-27 20:20:20 UTC
NB needs possibility to run Ionic (and serve), so Ionic can work as proxy and your app can access other services on your computer (normally it's block, as services are working other ports)