Alexander Taylor
Alexander Taylor

Reputation: 17652

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.

Upvotes: 6

Views: 10880

Answers (1)

Alexander Taylor
Alexander Taylor

Reputation: 17652

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.

Upvotes: 12

Related Questions