vscode-objectscript icon indicating copy to clipboard operation
vscode-objectscript copied to clipboard

InterSystems ObjectScript extension for Visual Studio Code

Results 40 vscode-objectscript issues
Sort by recently updated
recently updated
newest added
trafficstars

RunTest(), DebugRunTestCase(), and some other methods of %UnitTest.Manager support a ByRef userparams array argument. It allows you to pass custom arguments into the testing methods (including OnBefore* and OnAfter* methods)....

enhancement
priority/awaiting-more-evidence

This PR fixes #1379. The new `Open InterSystems Document...` command can be opened from the command palette and it provides a UI for browsing all files in the connected server-namespace....

Using Studio is possible to open ANY "file" (class, routine, include, csp, csr, etc.) that is "available" (local or via mapping) in the current namespace. I don't think this is...

enhancement

This PR adopts a [new VS Code API](https://code.visualstudio.com/updates/v1_91#_finalized-debugsessionoptionstestrun-api) that should improve the UX around debugging unit tests.

Some source control systems require code to be reserved/checked-out before it is changed. Since ISFS was originally implemented VS Code's `FileSystemProvider` API has gained the ability for its `stat` method's...

Consider the two custom "links" below. ``` "objectscript.conn": { "active": true, "links": { "Launch Zen page": "${serverUrl}/csp/${namespace}/${classname}.cls", "Launch CSP page": "${serverUrl}/csp/${namespace}/hello.csp" } } ``` These links are a way to...

enhancement
priority/awaiting-more-evidence

For example, setting an array with `s p={"value1":{"value2":{"value3":{"x":1}}}}`, in the variables window you can expand p to shown value1, but expanding value1 hangs. If you expand p one level to...

We have noticed that a switch between two branches leads to a code change in the workspace. However, the change is not automatically forwarded to the IRIS instance. This leads...

* Fixes #1278. * Create an index of all Classes, MAC and INT routines, and Include files inside non-isfs workspace folders: * Create two maps: one with the document name...

Type: Feature Request We should have intellisense built-in in our websocket terminal so we can get commands autocompletion and also help for autocompletion of classes' name, methods and so on......

enhancement
priority/backlog