VS Code ExtensionCode Editor

Editing Code

You edit your code directly in your own VS Code editor — there's no separate editor to learn.

Find in Code

Use the search bar in the React Preview panel's toolbar to find text fast — handy for things like locating every e.g., 12px in a long file. Matches are highlighted directly in your VS Code editor.

  • Click into the search bar 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 Esc to clear the search.