Stubs a Javadoc Comment for a Salesforce Apex method based on the parameters.
Works best with ForceCode
There are three ways to create a comment on an Apex method:
- On the line above the method signature, start typing
/**
and then hit tab - While on the line that has the method signature, open the command bar and choose
Force: Stub Apex Javadoc Comment
- Right click on the line with your method signature, and choose
Force: Stub Apex Javadoc Comment
- This requires you to have
force.showApexJavadocContext
set totrue
in your User Settings. This isfalse
by default to not clutter up your context menu unless you want it to.
- This requires you to have
- You'll find them, I'm sure. Report them here.