N#

IDE EXTENSIONS

Elevate your development workflow with professional-grade language support. Engineered strictly for the JetBrains ecosystem.

Install from Marketplace →

Official Support For

IntelliJRiderCLion

Syntax Highlighting

A hand-crafted lexer that provides deep, semantic highlighting for Nexo keywords, literals, and standard library modules.

🧠

Intelligent Completion

Context-aware auto-completion for variables, custom functions, and the entire `nexocore` cloud registry.

Run Configurations

Execute N# scripts directly from your IDE with zero configuration. Supports JIT (Open) and Native (Build) workflows.

📁

File Templates

Instantly scaffold new .nexo projects and library modules with professional boilerplate.

Designed for Clarity.

NPL support for JetBrains IDEs is built on the same architecture as the compiler itself, ensuring that what you see in the IDE is what executes on the native MSIL bridge.

using nexocore.math

// IDE provides completion for Math subroutines
result = math.pow(2, 8)
write "Calculated: " + result

Ready to build?

View on Marketplace