All Projects → doublefint → vscode-cos

doublefint / vscode-cos

Licence: MIT License
Add Caché ObjectScript support for vscode

Programming Languages

typescript
32286 projects
Apex
172 projects

Projects that are alternatives of or similar to vscode-cos

BlocksExplorer
Database Blocks Explorer for InterSystems Caché
Stars: ✭ 12 (-14.29%)
Mutual labels:  intersystems, intersystems-cache, cacheobjectscript-udl
webterminal
The first and the most powerful web-based terminal for InterSystems IRIS®, InterSystems Caché®, Ensemble®, HealthShare®, TrakCare® and other products built on top of InterSystems Data Platforms.
Stars: ✭ 71 (+407.14%)
Mutual labels:  intersystems, intersystems-cache, cacheobjectscript-udl
cos-guidelines
Caché ObjectScript contibutors guidelines
Stars: ✭ 15 (+7.14%)
Mutual labels:  intersystems, intersystems-cache
vscode-objectscript
InterSystems ObjectScript extension for Visual Studio Code
Stars: ✭ 94 (+571.43%)
Mutual labels:  intersystems, intersystems-cache
objectscript-docker-template
Template project for InterSystems ObjectScript with InterSystems IRIS community Edition docker container
Stars: ✭ 21 (+50%)
Mutual labels:  intersystems
zpm
InterSystems ObjectScript Package Manager
Stars: ✭ 17 (+21.43%)
Mutual labels:  intersystems
NBStudio
Alternative IDE/Studio for InterSystems Caché on Netbeans Platform
Stars: ✭ 22 (+57.14%)
Mutual labels:  intersystems

Known Vulnerabilities Gitter

vscode-cos (deprecated)

Note: This extension has been deprecated in favor of the vscode-objectscript.


Initial Cache ObjectScript ( COS ) language support for Visual Studio Code

Features

  • Initial InterSystems ObjectScript code highlighting support. example
  • Export existing sources to the working directory: press Ctrl+Shift+P, type 'COS', press Enter.
  • Save and compile a class: press Ctrl+F7 or select "COS: Save and compile" from Ctrl+Shift+P menu.

Installation

Install Visual Studio Code first. Open VSCode. Go to extensions and search for "ObjectScript" like it is shown on the attached screenshot and install it. Or install from ObjectScript extension page on Visual Studio Marketplace

Configure connection

To be able to use many plugin features, you need to configure the connection to Caché server first.

  • Find a 'cos.conn' section in workspace settings (File - Preferences - Settings)
  • Change settings according to your Caché instance and reload VSCode ( as temporary solution )
  • You will see Caché-related output in "Output" while switched to "cos" channel (right drop-down menu on top of the output window)

Notes

For Caché instance with maximum security level, add '%Development' role for '/api/atelier/' web-application ( More )

Language support based on https://github.com/RustamIbragimov/atom-language-cos

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].