← All extensions
Code Editor
ivyx✓
Edit code with syntax highlighting for every language you work in, plus breakpoint markers in the gutter
Code Editor
The default text and code editor in IVYX Studio. Open a source file, edit it with syntax highlighting, and save — and while debugging, see your breakpoints and the line that's currently running.
What you can do
- Open source and text files in a Monaco editor with syntax highlighting; the language is detected automatically from the file extension.
- Edit with light or dark styling that follows the app theme.
- Save the active file with Cmd/Ctrl+S; the panel you are working in stays where it is.
- While debugging, click the gutter to add or remove breakpoints; the editor shows breakpoint markers and highlights the line currently executing.
Getting started
Open a file from the Explorer (or right-click it and choose "Open With → Code Editor"), make your edits, and press Cmd/Ctrl+S to save.