Symbol List View shows a list of all symbols in the project symbol database. This is similar to what used to be shown in the Browse All Symbols dialog box.
To locate a symbol quickly, type a part of the symbol name and the list will be filtered down as you type.
You can also perform a regular expression search for symbol name by prefixing the regular expression with a question mark (?). For example,
?Insert.*Stack
will find all symbols that have “Insert”, followed by zero or more characters, followed by “Stack”.