You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue persists for both this config, and native Netbeans. Native Netbeans controls do not allow distinction between class method brackets and lone function closures. (So I'm not even sure this is fixable with a config file alone)
Current behavior:
function current_behavior()
{
// code
}
Desired behavior:
function desired_behavior() {
// code
}
The text was updated successfully, but these errors were encountered:
Sorry for the late reply on this but as you're already aware, this cannot be achieved in NetBeans configuration as there is no distinction at present between class method braces and function braces and therefore even if I could add into the XML configuration NetBeans simply wouldn't be able to understand it/render the formatting as required.
I'll keep this open so that as soon as NetBeans does support this functionality I'll implement it!
I'm fairly sure that I saw that there was a FR open at Netbeans a couple of months ago (as I knew it was missing and was going to open a feature request) to enable this feature so hopefully we won't have to wait too long - With a little bit of luck the next version of Netbeans will have the ability to do this 👍
This issue persists for both this config, and native Netbeans. Native Netbeans controls do not allow distinction between class method brackets and lone function closures. (So I'm not even sure this is fixable with a config file alone)
Current behavior:
Desired behavior:
The text was updated successfully, but these errors were encountered: