Choosing a Text Editor

Choosing a Text Editor

Choose a text editor for working with October CMS

You will need a text editor to work with October CMS templates, blueprints, and configuration files. While any plain text editor will work, a modern code editor makes the experience much better with features like syntax highlighting, file browsing, and integrated terminal.

Visual Studio Code (opens new window) (VS Code) is a free, open-source editor that works on macOS, Windows, and Linux. It is the most popular choice for web development and has excellent support for the languages used in October CMS.

# October Code Extension

Install the October Code (opens new window) extension to get:

  • Twig syntax highlighting for October CMS templates
  • Autocompletion for Twig tags, filters, and functions
  • Blueprint YAML support
  • Quick navigation between pages, layouts, and partials

Search for "October Code" in the VS Code extensions panel, or install it from the VS Code Marketplace (opens new window).

# Built-in Terminal

VS Code includes an integrated terminal (open it with Ctrl+`), so you can run commands without switching windows. This is especially handy during installation and development.

# Other Options

If VS Code is not your style, these editors also work well:

# Next Steps

With a text editor ready, it is time to install October CMS. Continue to Install October CMS.