-
-
Notifications
You must be signed in to change notification settings - Fork 70
Code Editor
NCMcClure edited this page Feb 26, 2025
·
1 revision
The code editor is the central component of the Node to Code Editor window where you'll spend most of your time reviewing and working with translated code. It provides a baseline environment for examining and modifying generated code before integration into your project.
The editor provides language-specific syntax highlighting that automatically adjusts based on your target language:
- Keywords
- Operators
- Strings
- Numbers
- Comments
- Preprocessor directives
- Brackets and braces