Skip to content

Commit afb27b9

Browse files
author
Jill M. Nolan
committed
updated README and package.json
1 parent 837a412 commit afb27b9

File tree

2 files changed

+68
-11
lines changed

2 files changed

+68
-11
lines changed

README.md

Lines changed: 66 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,79 @@
1-
# README
1+
# COBOL Essentials, a Visual Studio Code extension package for Mainframe Development
2+
3+
## Introduction
4+
5+
Are you tired of reinstalling extensions on each of your computer(s)? How about when you have to reset computer entirely? Or, how about you're an instructor, a hobbyist, or just "getting your feet wet" in the fine craft of Java programming who does not know which extension(s) to select to get the job done both efficiently and effectively. Regardless, please do not waste time and energy on something so tedious as a process of installing extensions. Extensions are, in a word, awesome! Their premise is to extend the features and functionality of **Visual Studio Code**.
26

37
## What extensions will I get by downloading this extension pack?
48

5-
* [**Zowe Explorer**](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe): A **VSCode plugin**, powered by **Zowe CLI**, that streamlines interaction with mainframe data sets, USS files, and jobs. The Zowe Explorer extension modernizes the way developers and system administrators interact with z/OS mainframes by:
9+
Glad, that you've asked! Please find the supervening extensions. Of course, I always love to hear your suggestions to improve this extension package. To do so, please create a new issue in the [**Issues Section**](https://github.com/jillmnolan/cobol-essentials/issues). After all, the ultimate goal for this extension pack is convenience at the click of one button.
10+
11+
### Recommended Extensions for COBOL Programming
12+
13+
* [**IBM Z Open Editor**](https://marketplace.visualstudio.com/items?itemName=IBM.zopeneditor): A **VSCode plugin** that provides **COBOL**, **PL/I**, **HLASM language servers**, and **IBM Z development** tool.
14+
15+
* [**Zowe Explorer**](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe): A **VSCode plugin**, powered by **Zowe CLI**, that streamlines interaction with **mainframe data sets**, **USS files**, and **jobs**. The **Zowe Explorer** extension modernizes the way **developers** and **system administrators** interact with **z/OS mainframes** by:
616

7-
* Enabling you to create, modify, rename, copy, and upload data sets directly to a z/OS mainframe.
17+
* Enabling you to create, modify, rename, copy, and upload data sets directly to a **z/OS mainframe**.
818

9-
* Enabling you to create, modify, rename, and upload USS files directly to a z/OS mainframe.
19+
* Enabling you to create, modify, rename, and upload **USS files** directly to a **z/OS mainframe**.
1020

11-
* Providing a more streamlined way to access data sets, uss files and jobs.
21+
* Providing a more streamlined way to access **data sets**, **uss files**, and **jobs**.
1222

13-
* Letting you create, edit, and delete Zowe CLI zosmf compatible profiles.
23+
* Letting you create, edit, and delete **Zowe CLI _zosmf_ compatible profiles**.
1424

15-
* Letting you use the Secure Credential Store plug-in to store your credentials securely in the settings.
25+
* Letting you use the **Secure Credential Store** plugin to store your credentials securely in the settings.
1626

17-
* [**IBM Z Open Editor**](https://marketplace.visualstudio.com/items?itemName=IBM.zopeneditor): A **VSCode plugin** that provides **COBOL**, **PL/I**, **HLASM language servers**, and **IBM Z development** tool.
27+
## Visual Studio Code Tips and Tricks
28+
29+
* If you wish to use **variables subsitution**, please puruse the [**Visual Studio Code Variables Reference**](https://code.visualstudio.com/docs/editor/variables-reference).
30+
31+
* If you wish to use **keyboard shortcuts**, please select the weblink to view shortcuts relevant to your operating system:
32+
33+
* [**Linux**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf): Link contains PDF.
34+
35+
* [**macOS**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf): Link contains PDF.
36+
37+
* [**Windows**](https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf): Link contains PDF.
38+
39+
* If you wish to use **key bindings**, please puruse the [**Visual Studio Code Key Bindings**](https://code.visualstudio.com/docs/getstarted/keybindings)
40+
41+
* [**Optional Keymap Extensions**](https://marketplace.visualstudio.com/search?target=VSCode&category=Keymaps&sortBy=Relevance): I recommend the specific keybinding extension that meets your use case through Microsoft, whenever possible. :)
42+
43+
* Please puruse the [**Visual Studio Code Tips and Tricks**](https://code.visualstudio.com/docs/getstarted/tips-and-tricks) to make your experience a little bit more enjoyable.
44+
45+
## Note
46+
47+
It is my pledge to update this Extension Package with updated extension(s) as needed to perform the job efficiently and effectively. Likewise, the Extensions list will be categorized accordingly and more detailed information regarding plugins will be incorporated in the near future. I will certainly be on the lookup for some helpful **COBOL**, **JCL**, and **DB/2** hints and tips to make your experience enjoyable. Cheers! :)
48+
49+
## Recommended Video Tutorials
50+
51+
* [**Visual Studio Code Crash Course**](https://www.youtube.com/watch?v=WPqXP_kLzpo): Courtesy of FreeCodeCamp.org YouTube channel (1:32:34).
52+
53+
**_Please let me know if you know any other FREE COBOL, JCL, or DB/2 resources that might benefit others by creating a new issue in the [Issues Section](https://github.com/jillmnolan/cobol-essentials/issues)_.**
54+
55+
## Attribution
56+
57+
Thank you for all the developers that built these above referenced extensions. My genuine appreciation for your hard work and dedication to the developer community. :)
58+
59+
## Visual Studio Code Extension Packs
60+
61+
* [**COBOL Essentials**](https://marketplace.visualstudio.com/items?itemName=JillMNolan.cobol-essentials): This Visual Studio Code Extension Pack is what you are currently seeing. :)
62+
63+
* [**Java Essentials**](https://marketplace.visualstudio.com/items?itemName=JillMNolan.java-essentials): A Visual Studio Code extension pack for Java development.
64+
65+
* [**.NET Core Essentials**](https://marketplace.visualstudio.com/items?itemName=JillMNolan.dotnet-core-essentials): A Visual Studio Code extension pack for .NET Core development, with special provisions for Azure Cloud development through official Microsoft extensions.
66+
67+
* [**PHP Development Essentials**](https://marketplace.visualstudio.com/items?itemName=JillMNolan.php-development-essentials): A Visual Studio Code extension pack that serves as the comprehensive version of Web Development Essentials pack, which, unlike Web Development Essentials, does not have Angular or React extensions.
68+
69+
* [**Python Essentials**](https://marketplace.visualstudio.com/items?itemName=JillMNolan.python-essentials): A Visual Studio Code extension pack for Python development.
70+
71+
* [**Web Development Essentials**](https://marketplace.visualstudio.com/items?itemName=JillMNolan.web-development-essentials-pack): A Visual Studio Code extension pack that serves as the condensed version of the PHP Development Essentials pack for Visual Studio Code, whose main premise is centered around JavaScript ecosystem.
1872

73+
## Disclaimer
1974

75+
**Please be advised that this is an "off-the-clock" passion project, whose intent is to be utilized by anyone (including my colleagues) who will derive benefit from this one-click installation of popular extensions that I felt was a relevant theme to this Extension Pack.**
2076

77+
## Singing Off
2178

22-
**Enjoy!**
79+
**Please enjoy! Cheers!**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "cobol-essentials",
33
"displayName": "COBOL Essentials",
4-
"description": "COBOL Essentials for Visual Studio Code",
5-
"version": "0.0.1",
4+
"description": "COBOL Essentials Extension Pack for Visual Studio Code",
5+
"version": "0.0.2",
66
"icon": "icon.png",
77
"publisher": "JillMNolan",
88
"engines": {

0 commit comments

Comments
 (0)