Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there any way to show a seperator line between procedures/function in package body

user7091240Oct 25 2021

When there are many procedures/functions in one package, it is hard to distinguish one's code block from others, especially when they are not long.

This post has been answered by thatJeffSmith-Oracle on Oct 26 2021
Jump to Answer

Comments

user7091240

visual basic,etc IDEs separate procedures/functions automatically.

It helps to easily grab the code or content of one unit, and not confused with others in sight, thus improves productivity.

thatJeffSmith-Oracle
Answer

No, but the Code Outline might help with your underlying problem

image.png

Marked as Answer by user7091240 · Nov 2 2021
user7091240

Thanks for the information.

Do you have a plan for such a featute in the future?

Not currently.

JaBaRu

@user7091240
I think it should be possible using a custom formatting.
Looks like a nice weekend challenge to play with

One person asking for a feature doesn't automatically get things added to product roadmaps.
I'd rather be honest with you than get your hopes up with a vague 'its on our list' response.

JaBaRu

@thatjeffsmith-oracle
I'm sorry. Reading it again I see I overreacted. Please accept my apologies.
I edited my previous post to tone it down.
I'll still see what I can achieve with custom formatting.
If not for anything else - as a learning experience for me.

user7091240

Thanks for all of your help and effort.

1 - 8

Post Details

Added on Oct 25 2021
8 comments
158 views