Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to collapse all procedures (code folding) in Oracle Sql Developer?

In Visual Studio I could hit Ctrl+M twice and I could just see a list of function names. Is there an equivalent to this in Sql Developer? When I right click in the code folding bar, nothing happens.

like image 537
Alexander Taylor Avatar asked Oct 01 '14 19:10

Alexander Taylor


1 Answers

First, enable: Tools > Preferences > Code Editor: Display > Show Code Folding Margin

Then, right click in the margin and choose the Collapse options: Right click in code folding margin, choose "Collapse procedure declarations/bodies" (This is Oracle Sql Developer 3.1.07)

In my case, I had to restart Sql Developer for the right-click context menu to appear.

like image 150
Alexander Taylor Avatar answered Oct 15 '22 03:10

Alexander Taylor