Complete support for the I-NOC programming language. Includes syntax highlighting, IntelliSense, integrated runtime for Web and Desktop, and advanced UI rendering.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Official extension for the I-NOC programming language (v1.4.5).
I-NOC is an intention-oriented programming language, allowing bilingual development (Portuguese/English) with a focus on productivity and declarative interfaces.
Features
Syntax Highlighting: Precise syntax coloring for .inoc files.
IntelliSense: Contextual autocomplete for UI elements, properties, and native functions via LSP.
Integrated Runtime: Direct execution of .inoc files via the "Run File" command.
Web & Desktop Rendering: Support for interface rendering in both Web (Browser) and Desktop (Tkinter) environments.
Advanced Styling: Support for gradients, transparency (RGBA), shadows, and local image loading via Base64.
Dynamic Layouts: Support for auto-centered layouts (Card style) and automatic expansion for full-screen systems (Dashboard/Bento Grid).
Error Diagnostics: Real-time identification of syntax and logic errors.