Difference between revisions of "VMS IDE"
(→Features) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
=Restrictions= | =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. | + | * 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. | * Do not use the minus sign ("-") in file names. This may prevent the debugger from finding the source file. | ||
Line 19: | Line 19: | ||
===Quick Start=== | ===Quick Start=== | ||
+ | * [[VMS_IDE_how_to|VMS IDE how to]] - choose this if you haven't used VSCode before. | ||
+ | * [[VMS_IDE_Quick_Start|VMS IDE Quick Start]] - choose this if you are familiar with VSCode. | ||
* [[VMS_IDE_Installation|Installing VMS IDE]] | * [[VMS_IDE_Installation|Installing VMS IDE]] | ||
* [[VMS_IDE_Project_Configuration|Setting up a VMS Project]] | * [[VMS_IDE_Project_Configuration|Setting up a VMS Project]] |
Latest revision as of 07:58, 4 February 2025
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.
- Highlighting for MMS, CLD, MSG, Pascal, Fortran and Cobol source files.
- Light-weight IntelliSense for CLD, MSG, Pascal, Fortran and Cobol.
- 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.
Quick Start
- VMS IDE how to - choose this if you haven't used VSCode before.
- VMS IDE Quick Start - choose this if you are familiar with VSCode.
- Installing VMS IDE
- Setting up a VMS Project
- Working on a VMS Project