Code intelligence

The following features help developers write code faster by providing real-time detection, insights, and intelligent completion.

  • Error and warning marks — Syntax errors and warnings are underlined with a red wavy line immediately during editing.

  • Auto-completion enhancements — Adds auto-completion for:

    • Enum members

    • Suggested list when typing a dot after the method name (e.g., this.GetParent().)

    • Global functions, variables, and structures

  • Quick Info optimization — Fixed missing tooltips for certain functions, variables, and classes.

  • Parameter Info optimization — Fixed missing parameter hints for some function calls.

  • Clickable URLs — URLs in the editor are automatically recognized and can be opened by CTRL + single click (supported schemes: http/https).