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

All ideas

Showing 60

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

New reward: IRIS developer license

Exchange 40,000 points per IRIS developer license core (the one that doesn't allow you to go to production, but allows you to use it in a development environment)
Yuri Marx over 1 year ago in Global Masters 1 Future consideration

HealthShare Patient Unmerge Ooopses

Anyone who has ever had an ADT merge message come into the system that in other EHRs and applications had an "undo" that cannot be easily done inside of healthshare. From review and digging inside of healthshare - most of the data a user would nee...
Sawyer Butterfield over 1 year ago in InterSystems HealthShare 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

Import a Google Drive document as an article into InterSystems Community

Currently, when submitting a new application, Open Exchange is able to import the Readme from within GitHub. It would be great if it were possible, when creating an article, to be able to import the contents of the file from a Google Drive or One ...
Yuri Marx over 1 year ago in Community 5 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

Open source Parser for ObjectScript

Open source parser driven by InterSystems, required by many types of projects, which could be implemented then by community. Linters, Syntax Analyzers, Security Scans and so on are require parser for ObjectScript Language Server in VSCode is awful...
Dmitry Maslennikov almost 2 years ago in InterSystems IRIS 1 Future consideration