-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Open
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
Description
Is your feature request related to a problem? Please describe.
I'm always annoyed when I'm writing Go that calls C and I have to scroll up to the top of the file to click regenerate cgo definitions whenever I use a C definition I haven't used previously.
Describe the solution you'd like
When I type C.FooBar and FooBar is not yet defined I'd like a quick action to appear so I can use [Ctrl]+. to easily regenerate cgo definitions.
Describe alternatives you've considered
Adding a command to execute regenerate cgo definitions so I can bind that to a key sequence, but that command doesn't exist AFAIK.
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.NeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.
