Hello
I recently encountered "Unbalanced #End If" issue in one of my big projects where I have to trace all the conditional compilation directives one after the other.
I wanted to fold the codes which will be easier for me but I realized collapsing/folding was not available for directives such
It is only the #REGION that you can collapse or expand
I recently encountered "Unbalanced #End If" issue in one of my big projects where I have to trace all the conditional compilation directives one after the other.
I wanted to fold the codes which will be easier for me but I realized collapsing/folding was not available for directives such
B4X:
#IF B4A
#END IF
'--------------OR---------------------
#IF FULL
#END IF
It is only the #REGION that you can collapse or expand