---
title: Source editor
framework: xcode
role: collectionGroup
path: xcode/source-editor
---

# Source editor

Edit your source files, locate issues, and make necessary changes using the source editor.

## Topics

### Source file creation, organization, and editing

- [Editing source files in Xcode](xcode/editing-source-files-in-xcode.md)
- [Using coding intelligence in the source editor](xcode/using-coding-intelligence-in-the-source-editor.md)
- [Running code snippets using the playground macro](xcode/running-code-snippets-using-the-playground-macro.md)

### Issue detection

- [Fixing issues in your code as you type](xcode/fixing-issues-in-your-code-as-you-type.md)

### Code search and refactoring

- [Finding and refactoring code](xcode/finding-and-refactoring-code.md)

## See Also

### Code

- [Coding intelligence](xcode/coding-intelligence.md)
- [Bundles and frameworks](xcode/bundles-and-frameworks.md)
- [Swift packages](xcode/swift-packages.md)
