Difference between revisions of "VMS IDE how to"

From VSI OpenVMS Wiki
Jump to: navigation, search
Line 25: Line 25:
 
# Click the '''Open Folder''' button
 
# Click the '''Open Folder''' button
 
# Select a folder for the project in the dialog window and click the '''Select Folder''' button.
 
# Select a folder for the project in the dialog window and click the '''Select Folder''' button.
[[File:Open_project.png|800px|none|none|open project]]
+
[[File:Open_project_2.png|800px|none|none|open project 2]]
  
  
  
 
[[Category:VMS IDE]]
 
[[Category:VMS IDE]]

Revision as of 10:00, 12 April 2021

Installing Visual Studio Code

To start working with VMS IDE you need to install Visual Studio Code editor.

  1. Go to https://code.visualstudio.com/
  2. Click the download dropdown button and select the build for your platform (Windows, Mac, or Linux). The installer will be downloaded.
  3. Run the installer and follow the instructions

Installing VMS IDE extension

  1. Select Extensions view in the Activity Bar
  2. Type “vms ide” into the search box
  3. Select VMS IDE extension
  4. Click the Install button in the Extensions view
Install VMS IDE

VS Code will install the extension. To verify that it is installed:

  1. Go to FilePreferencesSettings
  2. Type “vms ide” to the Search bar in the Settings tab

The extension will be displayed in the list of settings:

verify vms ide is installed

Creating and setting up a project

Creating a project folder

To start working on your project you need to open the folder that will be used as a project folder.

  1. Select the Explorer view in the Activity bar
  2. Click the Open Folder button
  3. Select a folder for the project in the dialog window and click the Select Folder button.
open project 2