Skip to content

Commit 3004410

Browse files
authored
Merge pull request #37 from evshvarov/patch-1
Update readme.md
2 parents ebe4b81 + 01669b1 commit 3004410

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

readme.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ Initial [Cache](http://www.intersystems.com/our-products/cache/cache-overview/)
66

77
Features
88
--------
9-
9+
+ Initial InterSystems ObjectScript code highlighting support.
1010
![example](images/screenshot.png)
11+
+ Export existing sources to the working directory: press Ctrl+Shift+P, type 'COS', press Enter.
12+
+ Save and compile a class: press Ctrl+F7 or select "COS: Save and compile" from Ctrl+Shift+P menu.
13+
14+
15+
Installation
16+
--------------------
17+
Install [Visual Studio Code](https://code.visualstudio.com/) first.
18+
Open VSCode. Go to extensions and search for "ObjectScript" like it is shown on the attached screenshot and install it.
19+
Or install from ObjectScript extension page on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=doublefint.vscode-cos)
20+
1121

1222
Configure connection
1323
--------------------
@@ -18,17 +28,10 @@ To be able to use many plugin features, you need to configure the connection to
1828
- Change settings according to your Caché instance and reload VSCode ( as temporary solution )
1929
- You will see Caché-related output in "Output" while switched to "cos" channel (right drop-down menu on top of the output window)
2030

21-
Features
22-
--------
23-
24-
+ Export existing sources to the working directory: press Ctrl+Shift+P, type 'COS', press Enter.
25-
+ Save and compile a class: press Ctrl+F7 or select "COS: Save and compile" from Ctrl+Shift+P menu.
2631

2732
Notes
2833
-----
2934

30-
[Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=doublefint.vscode-cos)
31-
3235
For Caché instance with maximum security level, add '%Development' role for '/api/atelier/' web-application ( [More]( https://community.intersystems.com/post/using-atelier-rest-api) )
3336

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

0 commit comments

Comments
 (0)