Skip to content

Code Editor

NCMcClure edited this page Feb 26, 2025 · 1 revision

User Interface → Code Editor


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.

Features

Syntax Highlighting

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

Node to Code header

Clone this wiki locally