Overview Version History Q & A Rating & Review
Apex Lightbulbs
A VSCode plugin, an analogue of Apex Intention Actions for Sublime Text 3. Adds quick actions for Salesforce Apex to VSCode such as adding getter, creating constructor, etc.
Requirements
VSCode (obviously)
VSCode Extension salesforce.salesforcedx-vscode-apex
Features
Currently existing features:
Add { get; set; } to a variable
Add constructor
Add constructor parameter
Add method overload
Planned features:
Select constructor to add a parameter. Currently adds to the first constructor in class
Add explicit getter and setter
Add constructor overload
Make test compile for TDD
Extract constant from a magic value
A little demo:
Links
References
Sublime Plugin
Sublime Plugin wiki
Versioning
Apex Lightbulbs follows Semantic Versioning 2.0.0
License
Apache 2.0