| Version 5 (modified by szabgab, 2 years ago) (diff) |
|---|
Functions and Outline
The tool shows the layout (class, methods, functions, etc.) and will also show the list of variables declared in the code.
There are two tools to show the layout of the code. The simpler one is using a simple regex and shows only the functions in the current file. You can turn it on using View -> Show Functions. At the top of the window there is a search box for filtering the functions names. Clicking on the name of a function will let you jump to the definition of that function. There is currently no right-click support in this window.
The more complex system is called Outline. You can turn it on via View -> Show Outline. It is using PPI hence it is slower and more CPU intensive but it is also more correct and it show additional information such as the name of the package, the list of pragmata, list of modules used, list of functions or methods declared in the file.
Tickets
Attachments
-
functions.png
(7.4 KB) -
added by szabgab 2 years ago.
Functions window 0.85
-
outline.png
(21.1 KB) -
added by szabgab 2 years ago.
Outline Window 0.85
-
outline2.png
(15.1 KB) -
added by bowtie 6 months ago.
Outline from Ubuntu showing Moose Methods and Attributes


