Skip to content
rrevenantt edited this page Feb 12, 2018 · 3 revisions

Welcome to the hlasm-idea-plugin wiki!

How-to install:

  1. install Intellij Idea
  2. goto Settings->Plugins->Browse repositories->Manage repositories
  3. add following URL to it https://raw.githubusercontent.com/rrevenantt/hlasm-idea-plugin/master/hlasm-plugin/updatePlugins.xml
  4. find hlasm-plugin, jcl-plugin and ftp plugin and install them

For more convinience set following IDEA settings:

  • Settings->Editor->Code Style -> Right margin = 72

Current most priority issues: Basic SCLM integration, Smooth big file editing(more than 15000 LoC)

Currently supported features:

  • send/recieve datasets/members from remote z/OS
  • submit jobs
  • creating run configurations to submit different jobs to different lpars
  • syntax highlighting and parsing for HLASM ans JCL
  • goto definition for HLASM for labels and macros
  • automatic next line continuation after comma
  • rename refactoring - automatically rename field and all its usages
  • incremental reparsing for smooth editing of big files
Clone this wiki locally