You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Intellisense support for commands, system functions, class members
21
21
- Export existing sources to the working directory: press Cmd/Ctrl+Shift+P, type 'ObjectScript', press Enter.
22
22
- Save and compile a class: press Ctrl+F7 (⌘+F7) or select "ObjectScript: Save and compile" from Cmd/Ctrl+Shift+P menu.
23
-
- Server Explorer with possibility to export items
23
+
- Server Explorer with possibility to export items
24
24
- Edit directly on server
25
25
26
26
## Installation
@@ -29,7 +29,7 @@ Install [Visual Studio Code](https://code.visualstudio.com/) first.
29
29
30
30
Open VSCode. Go to extensions and search for "ObjectScript" like it is shown on the attached screenshot and install it.
31
31
Or install from ObjectScript extension page on [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=daimor.vscode-objectscript)
@@ -50,7 +50,7 @@ To be able to use many plugin features, you need to configure the connection to
50
50
Or you can edit it through settings editor. Which you can open from menu *Code* > *Preferences* > *Settings* for macOS or *File* > *Preferences* > *Settings* for Windows, search for "workspace settings" through Command Palette [⌘⇧P/Ctrl+Shift+P] or by shortcut [⌘,/Ctrl+,].
51
51
52
52
- Find a 'objectscript', do not forget to set `active` to `true`
53
-
`port` should follow to web port of instance (usually by default, 52773 for Caché/Ensemble, 52773 for IRIS) 
53
+
`port` should follow to web port of instance (usually by default, 52773 for Caché/Ensemble, 52773 for IRIS) 
54
54
- Change settings according to your Caché/IRIS instance
55
55
- You will see related output in "Output" while switched to "ObjectScript" channel (right drop-down menu on top of the output window)
0 commit comments