Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Enhance the LSP features to include support for File Master Plus batch commands #6

Open
zeibura opened this issue Jun 14, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@zeibura
Copy link

zeibura commented Jun 14, 2022

I'd like to propose an update to this extension which adds support for File Master Plus batch commands and keywords. This would integrate JCL Language Support with two Broadcom products: File Master Plus and File Master Plus for IMS. Both products support batch processing in JCLs and adding support to JCL Language Support would enable users to do this work more easily in an IDE interface.

My proposed solution would be to translate the batch commands and keywords sections of the FMP documentation into a parser file for use in this extension so that syntax check and autocomplete features are also enabled for FMP batch commands and keywords. (I have written parsers before for COBOL Language Support so I can help with this.) I am not entirely sure how the syntax check part would work considering it seems to be done through the Zowe CLI plug-in rather than through the extension itself.

The syntax of FMP and FMIMS batch commands and keywords is documented in this section of the FMP documentation: Using Batch

@zeibura zeibura added the enhancement New feature or request label Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant