Twig Code Completion
Posted
by Ondrej Brejla
on Oracle Blogs
See other posts from Oracle Blogs
or by Ondrej Brejla
Published on Thu, 27 Sep 2012 08:52:20 +0000
Indexed on
2012/09/27
15:44 UTC
Read the original article
Hit count: 351
/Features
Hi all! After few weeks we have a new feature for you which will be available in upcoming NetBeans 7.3. It's about new code completion in Twig files! So let us introduce it a bit.
Now we hopefully support all of Twig built-in elements. It means Tags, Filters, Functions, Tests and Operators (see Twig documentation for more information).
All elements are also documented, so if you don't know what which element does, just read it in the IDE documentation window! We try to resolve some Completion Context to suggest you only the most corresponding element types, but it's not so visible, since almost everything can be used everywhere in Twig files ;)
And that's all for today and as usual, please test it and if you find something strange, don't hesitate to file a new issue (product php, component Twig). Thanks a lot!
© Oracle Blogs or respective owner