lapce-go
lapce-go copied to clipboard
Display "regenerate cgo definitions" button
VSCode and Goland have a button that allows users to regenerate the CGo definitions, which is pretty much required when using CGo. Without it, you have to constantly restart gopls
every time you reference a new C identifier.
Here's an example of the button:
This or something similar should be added to allow users to use CGo properly in Lapce.