netbeans
netbeans copied to clipboard
Extensions does'nt work
I'm trying to use the preferences.json extensions and syntaxProfiles.json and it just does not work. I already configured the Extensions folder in NetBeans preferences and it does nothing.
preferences.json
{
"filter.commentAfter": "<!-- end <%= attr('id', '#') %><%= attr('class', '.') %> -->"
}
syntaxProfiles.json
{
"html": {
"filters": "html, c"
}
}
Could you please help me?
Hello, I have the same issue with NetBeans 8.2 and NetBeans 10vc4 for the syntaxProfiles.json file. But for me, the preferences.json works. Thx