Editing Code
The middle column is a full code editor (syntax highlighting, line numbers, word wrap) for the file you have open.
Find in Code
Use the search bar at the top of the Code Editor panel to find text fast — handy for things like locating every e.g., 12px in a long file.
- Click into the search bar (or press
Ctrl+F) and type what you’re looking for. - Every match in the file is highlighted in lime green, with the currently-selected match in yellow.
- Use the ▲ / ▼ arrows (or
Enter/Shift+Enter) to jump between matches. The match counter (e.g., 3/15) shows where you are. - Click Aa to make the search case-sensitive.
- Press
Escto clear the search.
Was this page helpful?