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

vscode-ibmi-fs

Open worksofliam opened this issue 2 years ago • 1 comments

I'd like to make some objects editable as JSON. Let's say you open one of the objects up, it would load it as JSON in a new tab. Some could start as read-only, but in the future, we could let the user edit the JSON, and then when the file is saved, it would run the required commands.

  • JOBD
  • BNDDIR
  • MSGF
  • DTAARA

What else?

Needs to go into a separate extension as it would make vscode-ibmi bigger than it already is.

worksofliam avatar Jun 13 '22 21:06 worksofliam

When you do this, is it possible to do it in such a way that only some data is editable? For example, if you had a file with multiple members, having the member list and being able to edit the member description would be handy. Or some settings in a user profile.

GlennGundermann avatar Jun 24 '22 16:06 GlennGundermann

Repo created!

worksofliam avatar Sep 23 '22 15:09 worksofliam