Add code action to generate binder source#463
Conversation
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
|
@worksofliam Was a code action what you were thinking when you opened #281? |
|
@SanjulaGanepola I am not sure. I am a little concerned about using a code action for an entire file. A code action is typically used for a given position or range. |
|
Yes I was thinking that as well. Options:
Another thought, should add add a quick pick with multi-select from them to select which exported procedures to include in the generated binder source? What do you think? |
Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
|
Was this implemented? I was wondering what problem it was trying to solve? |
Changes
Implements #281
Added new code action:
Generates binder source in new file:
Checklist
console.logs I added