Difference between revisions of "VMS IDE"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Working with VMS IDE)
m (Restrictions: wl ODS)
 
(33 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=Overview=
+
'''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.
'''VMS IDE''' is an extension for Microsoft Visual Studio Code that provides the tools for application development for OpenVMS systems.
 
  
 
=Features=
 
=Features=
;Synchronization : Source code synchrnization between local machine and OpenVMS system.
+
[[File:Vms ide.png|800px|thumb|none|VMS IDE]]
;Debugger : Debugger features for OpenVMS applications.
+
* Source code '''synchronization''' between the local machine and OpenVMS system.
;Syntax highlighting : Syntax highlighting for MMS, CLD, and MSG files.
+
* '''SSH connection''' setup to the remote OpenVMS system.
;Code autocompletion : Code autocompletion for supported files.
+
* '''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 syntax highlighting|'''Pascal''']], [[Fortran syntax highlighting|'''Fortran''']] and [[COBOL light-weight IntelliSense|'''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=
 
=Getting Started=
[[VMS_IDE_Installation|Installing VMS IDE]]<br>
+
This guide will help you install the VMS IDE extension and start working on your projects.
[[VMS_IDE_Configuration|Configuring VMS IDE]]<br>
+
 
[[VMS_IDE_Developing|Developing]]<br>
+
===Quick Start===
[[VMS_IDE_Building|Building]]<br>
+
* [[VMS_IDE_how_to|VMS IDE how to]]
[[VMS_IDE_Debugging|Debugging]]<br>
+
* [[VMS_IDE_Installation|Installing VMS IDE]]
 +
* [[VMS_IDE_Project_Configuration|Setting up a VMS Project]]
 +
* [[VMS_IDE_Developing|Working on a VMS Project]]
 +
 
 +
===Settings===
 +
* [[Project Settings]]
 +
* [[SSH Settings]]
 +
* [[Synchronize Configuration|Synchronize Settings]]
 +
* [[Build Configurations]]
 +
 
 +
===Commands===
 +
* [[VMS_IDE_Commands|VMS IDE Commands]]
 +
 
 +
===Components===
 +
* [[VMS_IDE_Project_Explorer|Project Explorer]]
 +
* [[VMS_IDE_Debugger|Debugger]]
 +
 
 +
=Changelog=
 +
[[VMS IDE Change Log]]
  
=References=
+
[[Category:VMS IDE]]
[[VMS_IDE_Settings|VMS IDE Settings]]<br>
 
[[VMS_IDE_Commands|VMS IDE Commands]]
 

Latest revision as of 22:19, 23 March 2022

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.

Features

VMS IDE
  • 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

Settings

Commands

Components

Changelog

VMS IDE Change Log