Home | Download | Support

C-Free - A Professional Excellent C/C++ IDE

Symbol Window/Panel
Symbol Window is contained on the left of code editor. Symbol Panel is contained on the top of code editor. The displaying content of symbol window/panel came from code parser. If current active file is not a C/C++ file, symbol window and symbol panel are both auto hided by C-Free. 

Symbol Window list all symbols of current active file. In the processing of editing code in code editor, symbols are auto refreshed in symbol window.

Symbol Window displays different type of symbol with different icon. As showing below, there are some buttons on the top of symbol window, with which you can adjust the displaying sequence of symbols.

Symbol Panel is divided into following 3 sections:

Code Scope
This section displays the scope that current caret in. You also can input code scope here to locate to desired scope. You can use "Alt+G" shortcut to move focus to input area quickly.

Symbol Interpretation
This section displays the declaration of the symbol that under caret.

Quick Find
Use the quick find button to locate the caret to the definition position of the symbol that under current caret. In the context menu of this button contains the "Jump to Definition", "Jump to definition" and "find Reference" commands.