Skip to Main Content
InterSystems Ideas
We love hearing from our users. Tell us what you want to see next and upvote ideas from the community.
* Bugs and troubleshooting should as usual go through InterSystems support.
ADD A NEW IDEA

InterSystems IRIS

Showing 31

A Dynamic Cheat Sheet to lookup for Common Core Functions for Reusability

When developing Region or site level codes, sometimes we tend to create our own functions to complete it; But what if there is a core function which does the same thing and you didn't know of. Below advantages can be achieved if the common core fu...
Shareek Ahamed over 1 year ago in InterSystems IRIS 3 Future consideration

Reserve licenses

Where a system is using user based licensing the allocation is first come first served. If there are dynamic connections, such as web based applications, it would be useful to reserve a license for a specific license ID to ensure availability. Thi...
David Underhill over 1 year ago in InterSystems IRIS 0 Future consideration

Embedded Python: Add a built-in variable to represent class

Currently coding an embedded python method in ObjectScript class when I want to call a classmethod of the same class I need to use the construction: iris.cls(__name__).ClassMethod() Would it be possible to add a built-in variable, e.g. cself, that...
Evgeny Shvarov over 1 year ago in InterSystems IRIS 0 Future consideration

Modernize terminal

Add command and variable/global name completion in the terminal.
Fabian Haupt over 1 year ago in InterSystems IRIS 4 Future consideration

Do not change formatting when compiling through GUI

In mixed development environments where some team members use the GUI and others use VS Code, the latter will remove the formatting (comments, algebraic assignment notation, spacing) performed by the former when compiling.
Jonathan Anglin over 1 year ago in InterSystems IRIS 2 Future consideration

Cloud Service Starter Kit

Create a tool/utility/framework to build a new cloud native micro-service. Automating the mundane parts of making a micro-service, and letting a developer start from the kit and just need to add in the logic of the service itself, and then be able...
Milton Gore over 1 year ago in InterSystems IRIS 0 Future consideration

VS Code: Index local workspace folder

The VS Code Language Server currently relies on the connected InterSystems server for most intelloisense. For people who work client-side and either work without an active server connection or don't sync their local files with the server often, th...
Brett Saviano over 1 year ago in InterSystems IRIS 0 Future consideration

Bare minimum start of IRIS for docker build

During docker build, it's useless to start full functional IRIS, it would be enough to start just bare minimally, do not start the internal web server, ECP, and so on. Just only staff enough to build a code and make some changes in settings.
Dmitry Maslennikov over 1 year ago in InterSystems IRIS 0 Future consideration

Simplify classnames calls in ObjectScript

Currently everyone use ##class(classname).methodname() to call it. e.g. do ##class(Sample).ClassMethod() This is one of the painful moments about ObjectScript for developers. Can we introduce a parallel support of more simplified way, as: #classna...
Evgeny Shvarov over 1 year ago in InterSystems IRIS 0 Future consideration

Use of package management systems

There is no way at the moment to install any driver to IRIS for any suppoorted programming language. Java drivers not available on Maven (even https://mvnrepository.com/artifact/com.intersystems/intersystems-jdbc, just fake empty files) Python dri...
Dmitry Maslennikov almost 2 years ago in InterSystems IRIS 1 Future consideration