VMS IDE: Difference between revisions

From VSI OpenVMS Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''VMS IDE''' is a comprehensive integrated development environment that provides the tools for application development for OpenVMS system.
'''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=
=Features=
; Synchronization : Source code synchronization between the local machine and OpenVMS system.
[[File:Vms ide.png|800px|thumb|none|VMS IDE]]
; SSH Connection Helper : Simple SSH connection setup to remote OpenVMS system.
* Source code '''synchronization''' between the local machine and OpenVMS system.
; Project Explorer : Simple and convenient way to manage VMS projects.
* '''SSH connection''' setup to remote OpenVMS system.
; Debugger : Debugger features for OpenVMS applications.
* '''Projects Explorer''' as a simple and convenient way to manage OpenVMS projects.
; Syntax highlighting : Syntax highlighting for MMS, CLD, and MSG files.
* '''Debugger''' for OpenVMS projects.
; Code autocompletion : Code autocompletion for MSG files.
* '''Syntax highlighting''' for '''MMS''', '''CLD''', and '''MSG''' files.
* '''Code autocompletion''' for '''MSG''' and '''CLD''' files.


=Getting Started=
=Getting Started=
This guide will help you install VMS IDE extension and start working on your projects.
This guide will help you install VMS IDE extension and start working on your projects.


==Quick Start==
===Quick Start===
* [[VMS_IDE_Installation|Installing VMS IDE]]
* [[VMS_IDE_Installation|Installation]]
* [[VMS_IDE_Configuration|Configuring VMS IDE]]
* [[VMS_IDE_Project_Configuration|Setting up VMS Project]]
* [[VMS_IDE_Developing|Working on a VMS Project]]
* [[VMS_IDE_Developing|Working on VMS Project]]


==Commands and Settings==
===Commands===
* [[VMS_IDE_Commands|VMS IDE Commands]]
* [[VMS_IDE_Commands|VMS IDE Commands]]
* [[VMS_IDE_Settings|VMS IDE Settings]]


==Components==
===Components===
* [[VMS_IDE_Project_Explorer|Project Explorer]]
* [[VMS_IDE_Project_Explorer|Project Explorer]]
* [[VMS_IDE_Debugger|Debugger]]
* [[VMS_IDE_Debugger|Debugger]]

Revision as of 14:20, 29 March 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.

Features

VMS IDE
  • Source code synchronization between the local machine and OpenVMS system.
  • SSH connection setup to remote OpenVMS system.
  • Projects Explorer as a simple and convenient way to manage OpenVMS projects.
  • Debugger for OpenVMS projects.
  • Syntax highlighting for MMS, CLD, and MSG files.
  • Code autocompletion for MSG and CLD files.

Getting Started

This guide will help you install VMS IDE extension and start working on your projects.

Quick Start

Commands

Components