Skip to content

Conversation

SanjulaGanepola
Copy link
Member

Changes

Implements #281

Added new code action:

image

Generates binder source in new file:

image

Checklist

  • have tested my change
  • Remove any/all console.logs I added
  • for feature PRs: PR only includes one feature enhancement.

Signed-off-by: Sanjula Ganepola <Sanjula.Ganepola@ibm.com>
@SanjulaGanepola
Copy link
Member Author

@worksofliam Was a code action what you were thinking when you opened #281?

@SanjulaGanepola SanjulaGanepola linked an issue Oct 1, 2025 that may be closed by this pull request
@worksofliam
Copy link
Member

@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.

@SanjulaGanepola
Copy link
Member Author

Yes I was thinking that as well. Options:

  • Only show it when the cursor is inside an export procedure
  • Rather than have a code action, just have a command in the command pallette

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ability to generate binder source from module source
2 participants