Difference between revisions of "VMS IDE"
(→Features) |
|||
Line 6: | Line 6: | ||
* '''SSH connection''' setup to the remote OpenVMS system. | * '''SSH connection''' setup to the remote OpenVMS system. | ||
* '''Projects Explorer''' as a simple and convenient way to manage OpenVMS projects. | * '''Projects Explorer''' as a simple and convenient way to manage OpenVMS projects. | ||
− | * '''Debugger''' for OpenVMS projects. | + | * '''Debugger''' for OpenVMS and JVM projects. |
− | * '''Syntax highlighting''' for '''MMS''', '''CLD''', and ''' | + | * '''Syntax highlighting''' for '''MMS''', '''CLD''', '''MSG''' and '''Pascal''' source. |
* '''Code auto-completion''' for '''MSG''' and '''CLD''' files. | * '''Code auto-completion''' for '''MSG''' and '''CLD''' files. | ||
− | * Supported languages: '''C''', '''C++''', '''Fortran''', '''Cobol''', '''Pascal''', '''Basic''', '''Bliss'''. | + | * Supported languages: '''C''', '''C++''', '''Fortran''', '''Cobol''', '''Pascal''', '''Basic''', '''Bliss''', '''Java''', '''Kotlin''', '''Scala'''. |
=Restrictions= | =Restrictions= |
Revision as of 09:23, 28 August 2019
VMS IDE is an integrated development environment that enables you to quickly and easily develop comprehensive applications for OpenVMS system. It provides a set of tools for developing, building, and debugging OpenVMS projects.
Contents
Features
- Source code synchronization between the local machine and OpenVMS system.
- SSH connection setup to the remote OpenVMS system.
- Projects Explorer as a simple and convenient way to manage OpenVMS projects.
- Debugger for OpenVMS and JVM projects.
- Syntax highlighting for MMS, CLD, MSG and Pascal source.
- Code auto-completion for MSG and CLD files.
- Supported languages: C, C++, Fortran, Cobol, Pascal, Basic, Bliss, Java, Kotlin, Scala.
Restrictions
- The VMS IDE extension can only be used in conjunction with ODS-5 OpenVMS file systems; it cannot be used with ODS-2 file systems.
- Do not use the minus sign ("-") in file names. This may prevent the debugger from finding the source file.
Getting Started
This guide will help you install the VMS IDE extension and start working on your projects.