ScottMattes
Member³
I am just starting to review 7.1 and I was testing code folding in a small package. I was folding functions and for whatever reason I was going from the bottom of the package to the top. Everything looked great until I folded the topmost function, everything folded into it! I ended up discovering that by adding a blank line between the "create or replace package body" line and the first function line the code folding would then work. It seems like there is a "+" that folds the entire package body that is causing the problem