

- #Project statistics for xcode 0 lines of code how to#
- #Project statistics for xcode 0 lines of code code#
- #Project statistics for xcode 0 lines of code simulator#
For more information on tool windows, see Tool windows.
#Project statistics for xcode 0 lines of code code#
They provide access to typical tasks such as project management, source code search and navigation, running and debugging, integration with version control systems, and so on. Tool windows are specialized windows attached to the bottom and sides of your workspace.

See more in Get results and fix problems. There you can explore all detected errors and warnings and fix them right away if possible. When you click this widget, the Problems tool window opens. In the top right corner of the editor, you can see the inspections widget that appears in case the IDE finds any errors or warnings in the open file. To the right of the editor, you can see the scrollbar that shows color stripes indicating errors and warnings in the current file. It also can show line numbers (right-click the gutter area and select Show Line Numbers) and per-line VCS history. The gutter shows the breakpoints and allows navigating through the code hierarchy, for example, going to definition, subclass and superclass, and so on. When the toolbar is disabled, all the buttons are placed next to the navigation bar. If you use a version control system, the most popular VCS operations will be available from the toolbar.
#Project statistics for xcode 0 lines of code simulator#
The navigation bar lets you navigate through the project structure and open necessary files.įrom the toolbar, you can quickly access frequently used commands, such as Run, Debug, Search Everywhere, Run Anything, and others.įrom the run/debug configuration selector, you can pick a configuration and choose a device or simulator to run your app on. For more information on the editor, see Editor basics.

You can also split the editor window to see several files at the same time. The editor has tabs for easy navigation between the currently open files. In the Files view, you can mark some directories of your project as excluded or as library files to exclude them from indexing. The Project view reflects the logical structure of project, whereas the Files view provides physical representation of a project in a file system. Using the selector in the top right corner, you can switch between different views called scopes. The Project tool window on the left side presents your project in a familiar way, like Xcode does. When a project is open, you can see the main window divided into several logical areas.
#Project statistics for xcode 0 lines of code how to#
AppCode supports all Xcode templates, so you can create new projects the same way you do in Xcode.įor more information on how to create projects in AppCode, see Create a new project. In the dialog that opens, select a target and project template. Alternatively, when the main IDE window is open, select File | New Project from the main menu. From the Welcome screen, click New Project.
