Difference between revisions of "VMS IDE"
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 a comprehensive integrated development environment that provides the tools for application development for OpenVMS system. | ||
Line 11: | Line 10: | ||
=Getting Started= | =Getting Started= | ||
− | + | This guide will help you install VMS IDE extension and start working on your projects. | |
+ | |||
+ | ==Quick Start== | ||
* [[VMS_IDE_Installation|Installing VMS IDE]] | * [[VMS_IDE_Installation|Installing VMS IDE]] | ||
* [[VMS_IDE_Configuration|Configuring VMS IDE]] | * [[VMS_IDE_Configuration|Configuring VMS IDE]] | ||
* [[VMS_IDE_Developing|Working on a VMS Project]] | * [[VMS_IDE_Developing|Working on a VMS Project]] | ||
− | + | ==Commands and Settings== | |
* [[VMS_IDE_Commands|VMS IDE Commands]] | * [[VMS_IDE_Commands|VMS IDE Commands]] | ||
* [[VMS_IDE_Settings|VMS IDE Settings]] | * [[VMS_IDE_Settings|VMS IDE Settings]] | ||
− | + | ==Components== | |
* [[VMS_IDE_Project_Explorer|Project Explorer]] | * [[VMS_IDE_Project_Explorer|Project Explorer]] | ||
* [[VMS_IDE_Debugger|Debugger]] | * [[VMS_IDE_Debugger|Debugger]] |
Revision as of 19:26, 28 March 2019
VMS IDE is a comprehensive integrated development environment that provides the tools for application development for OpenVMS system.
Features
- Synchronization
- Source code synchronization between the local machine and OpenVMS system.
- SSH Connection Helper
- Simple SSH connection setup to remote OpenVMS system.
- Project Explorer
- Simple and convenient way to manage VMS projects.
- Debugger
- Debugger features for OpenVMS applications.
- Syntax highlighting
- Syntax highlighting for MMS, CLD, and MSG files.
- Code autocompletion
- Code autocompletion for MSG files.
Getting Started
This guide will help you install VMS IDE extension and start working on your projects.