vscode-ibmi icon indicating copy to clipboard operation
vscode-ibmi copied to clipboard

Detect variables in `iproj.json` and `.ibmi.json`

Open worksofliam opened this issue 2 years ago • 1 comments

  1. When the project is opened and the extension is connected, scan the local workspace to find the iproj.json and the many possible .ibmi.json files.
  2. Find all the possible variables used inside of those files. Usually a variable starts with &.
  3. If no .env exists, automatically create a .env with those variables found so the user can provide values. Set the initial value to *CURLIB for each variable

worksofliam avatar Oct 07 '22 18:10 worksofliam

excited about this functionality.

beckhamrryyaann avatar Oct 09 '22 02:10 beckhamrryyaann

Will be part of the Project Mode extension being developed by IBM.

worksofliam avatar Mar 10 '23 02:03 worksofliam