Project Explorer window lets you manage your project files and perform the tasks such as creating new items (directories, files), opening files in the editor, navigating to the code fragment of interest, and more. Most of the functions in this tool window are accessed as context menu commands in the content pane and via associated shortcuts.
You can find any item in the project by its name using Find symbol function and quickly open file in the workspace.
CodeLobster IDE creates the corresponding project files:
.clpprj
- XML file with the project settings.
.csprj
- it is cache of your workspace structure. If it
is not found at startup, the project parses again.
To show the Project Explorer window:
Choose the
main menu item.
In particular, the Project Explorer window allows you:
Review projects, files, or folders properties and modify some of them.
Change the project structure using the drag-and-drop feature
Manage project files and folders: add, rename, remove with context menu
Find any item in the project by its name with Find Symbols feature