NetBeans tag suggestions for Onsen UI

33 views Asked by At

I am using Onsen UI for developing but there is no tag suggestions like on image for included Onsen UI. enter image description here

I tried VS Code, but there is no code suggestions too. What IDE I can use or how to enable them

1

There are 1 answers

0
skomisa On

If by "tag suggestions" you are referring to code completion, then it is not the responsibility of NetBeans to provide code completion for Onsen UI tags. If it was done at all, it would be through an Onsen UI plugin that was provided to NetBeans.

If you navigate to Tools > Options > Editor > Code Completion and view the entries on the Languages drop list you will see an entry for Twig File. It exists because someone created a Twig Templates plugin for PHP developers, and it was approved by NetBeans.

Someone other than NetBeans would need to do something similar for Oren UI developers, but I can't find an Oren UI plugin for NetBeans, so unfortunately the functionality you are seeking simply doesn't exist.