-
Notifications
You must be signed in to change notification settings - Fork 405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create apex action from selected method/this class #5950
Conversation
…cedx-vscode into cristi/apex-actions
}; | ||
|
||
public extractAllMethodsMetadata = (): MethodMetadata[] | undefined => { | ||
const editor = vscode.window.activeTextEditor; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there is a use case that the active text editor is not available when we right click on one apex source file in the file explorer.
packages/salesforcedx-vscode-apex/src/commands/createApexAction.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CristiCanizales aside from the comments from Mingxuan and the 3pp check, very nice job of laying the foundation of the work that follows!
@@ -57,6 +57,7 @@ | |||
"markdown-link-check": "^3.9.3", | |||
"ncp": "^2.0.0", | |||
"nyc": "15.1.0", | |||
"openapi-types": "12.1.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CristiCanizales please verify the 3pp status of the new modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
What does this PR do?
What issues does this PR fix or reference?
@ W-17236284@, @W-17236576@, @W-17236448@, @W-17236508@