go-spring READMEthe plugin is general code for go-spring https://github.com/hpgood/go-spring Featuresauto add setter for sturct which had bean tag . for example:
![feature X](images/feature-x.png) select the whole struct and press ctrl+shift+p ,to open cmd:
select one line of struct variable and press ctrl+shift+p ,to open cmd:
RequirementsIf you have any requirements or dependencies, add a section describing those and how to install and configure them. Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings:
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release 1.0.1Change Name() to BeanName() 1.0.2add common setter 1.0.3fix bug. focus on one line. 1.0.4fix bug. deal with comment. 1.0.5fix bug.array for common setter 1.0.6fix gen code for common getter 1.0.7gen code with InjectBean(any) bool 1.0.8gen interface from struct. 1.0.9fix: gen interface,select struct code bug. 1.0.10fix: getter/setter positionFollowing extension guidelinesEnsure that you've read through the extensions guidelines and follow the best practices for creating your extension. cmd.exe (不是powershell) vsce package vsce publish Working with MarkdownYou can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
For more informationEnjoy! |