Skip to content

User Interface

Vladimir Kotal edited this page Mar 9, 2021 · 7 revisions

This is a guide to user interface, meaning the web pages presented by the web application. In general it should not be needed as everything should be self explanatory however there are some hidden features and quirks that are also worth mentioning.

Views

The web application has several views:

  • directory listing
  • xref (cross reference), i.e. the rendering of the input files
  • history
    • includes annotation

Scopes

In the xref view one can toggle the "Scopes" window. It normally shows which function you are in, along with function arguments. This is handy when scrolling through long (perhaps spaghetti code) functions.

Scopes

Intelligence window

When browsing a source code, press 1 when hovering over a link/symbol and the intelligence window will appear. It allows to perform highlighting and various searches. It looks like this:

Intelligence window

Searching

The full text search is case insensitive, while definitions/references search is case sensitive.

Clone this wiki locally