Difference between revisions of "VMS IDE"
(Created page with "=Overview= '''VMS IDE''' is an extension for Microsoft Visual Studio Code that provides the tools for application development for OpenVMS systems. =Features= ;Synchronization...") |
(→Working with VMS IDE) |
||
Line 8: | Line 8: | ||
;Code autocompletion : Code autocompletion for supported files. | ;Code autocompletion : Code autocompletion for supported files. | ||
− | = | + | =Getting Started= |
[[VMS_IDE_Installation|Installing VMS IDE]]<br> | [[VMS_IDE_Installation|Installing VMS IDE]]<br> | ||
− | [[VMS_IDE_Configuration| | + | [[VMS_IDE_Configuration|Configuring VMS IDE]]<br> |
[[VMS_IDE_Developing|Developing]]<br> | [[VMS_IDE_Developing|Developing]]<br> | ||
[[VMS_IDE_Building|Building]]<br> | [[VMS_IDE_Building|Building]]<br> |
Revision as of 10:13, 28 March 2019
Overview
VMS IDE is an extension for Microsoft Visual Studio Code that provides the tools for application development for OpenVMS systems.
Features
- Synchronization
- Source code synchrnization between local machine and OpenVMS system.
- Debugger
- Debugger features for OpenVMS applications.
- Syntax highlighting
- Syntax highlighting for MMS, CLD, and MSG files.
- Code autocompletion
- Code autocompletion for supported files.
Getting Started
Installing VMS IDE
Configuring VMS IDE
Developing
Building
Debugging