-
Notifications
You must be signed in to change notification settings - Fork 824
Open
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
Umm... no? The snippet like meth
is helpful but I think below looks better.
Describe the solution you'd like
Like rust-analyzer and Goland, we can simply press Ctrl + .
or Alt + Enter
to generate a method of our own data structure.
RA(rust-analyzer):
Goland:
Describe alternatives you've considered
None.
Additional context
Actually I've written some very simple code to achieve this for fun, but my code is in poor quality and I am very new to vscode extension dev!
Andrysky