| 5 | | see '''View -> Show Outline''' |
| 6 | | and its little brother '''View -> Show Functions''' |
| | 5 | 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. |
| | 6 | 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. |
| | 7 | 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. |
| | 8 | |
| | 9 | 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 |
| | 10 | 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. |
| | 11 | |
| | 12 | |
| | 13 | |