Guru-Digital-Archive / sstemplate-netbeans

Silverstripe Template syntax highlighting for Netbeans!
GNU General Public License v2.0
4 stars 1 forks source link

No code completion for ss template strings #6

Open Chris2011 opened 7 years ago

Chris2011 commented 7 years ago

So we have syntax highlighting, inside .ss files, thats great, but Im missing the code completion for those tokens. When I type <% I expect code completion. I expect it when I type <% i (code completion should shows me if) too.

Chris2011 commented 7 years ago

Maybe this could help? https://blogs.oracle.com/geertjan/entry/html_embedding_for_freemarker It's about to implement freemarker template language for .ftl files and using text/x-ftl but using the lookup for the HtmlEditor. So for this, code completion for Html AND ftl is working. In your plugin, only HTML is working.

cjsewell commented 7 years ago

Indeed. Thanks for the link. I will have some spare time in the coming weeks to start looking at this project once again