view:scope-exits

No renderer 'pdf' found for mode 'pdf'

Scope Exits

The feature draws scope exists indicators for language constructs, that cause jump out of the current scope. Such as return, exit, continue, break etc. The keywords (actually this is labels) depend on current document syntax.

 Scope Exits in HippoEDIT

On the image above, you see two different kind of scope exits, found in JavaScript code, causing existing or from current scope (continue) or from current function (return).