Connecting an IDE

Connect IDEs to InterSystems IRIS instances for multiple programming languages.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sorodriguezz/skills-objectscript --skill connecting-an-ide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Connecting an IDE
Source: https://github.com/sorodriguezz/skills-objectscript/tree/main/skills/connecting-an-ide
Command: npx skills add https://github.com/sorodriguezz/skills-objectscript --skill connecting-an-ide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers connect their Integrated Development Environments (IDEs) to an InterSystems IRIS data platform instance, enabling seamless development and interaction with the platform.

Core Features & Use Cases

  • Multi-language Support: Provides connection instructions for ObjectScript, Java, .NET, Python, and JavaScript/Node.js.
  • IDE Agnostic: Covers popular IDEs like Visual Studio Code, Eclipse, IntelliJ, NetBeans, PyCharm, and more.
  • Use Case: A Java developer needs to connect IntelliJ to an InterSystems IRIS instance to develop a new microservice. This Skill provides the exact steps and sample code to achieve this connection quickly.

Quick Start

Follow the instructions in this Skill to connect Visual Studio Code to your InterSystems IRIS instance for Java development.

Frequently Asked Questions about Connecting an IDE

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect my IDE to an InterSystems IRIS instance?

To connect an IDE to InterSystems IRIS, configure the connection parameters within your development environment using the appropriate extensions or plugins for your target language, such as ObjectScript, Java, or .NET.

Does InterSystems IRIS work with VS Code and IntelliJ for Java development?

Yes, InterSystems IRIS connectivity supports both Visual Studio Code and IntelliJ. You can configure these IDEs with the correct connection parameters and sample code to develop Java applications interacting with the data platform.

Can I use Python and Node.js to connect to InterSystems IRIS?

Yes, you can connect to InterSystems IRIS using Python and JavaScript/Node.js. The setup involves configuring your preferred IDE, like PyCharm or VS Code, with the specific connection parameters required for these languages.

What is the best way to set up ObjectScript development in an IDE?

The best way to set up ObjectScript development is by connecting your IDE, such as VS Code, directly to your InterSystems IRIS instance using the designated connection parameters and verifying execution with sample code.

What connection parameters do I need to link Eclipse or NetBeans to InterSystems IRIS?

Linking Eclipse or NetBeans to InterSystems IRIS requires specific connection parameters detailing your instance host, port, and credentials, which are configured within the IDE to verify successful connectivity.