Apex Language Server should support methods in anon-apex #5312 #5834
przemekrcloudity
started this conversation in
Ideas
Replies: 2 comments
-
Hi @przemekrcloudity thanks for creating the feature request. We will keep you and the community informed about the progress and any decisions made regarding this feature. Please feel free to reach out if you have any more ideas, questions, or feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue has been linked to a new work item: W-14837332 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
In anonymous apex scripts, defined functions aren't auto-completed. For example in code
method
key
is not autocompleted.Whats more, parameters are not visible inside function, which means that autocompletion for both these parameters and theirs methods and properties is not working.
Variables defined inside method are visible though.
Describe the solution you'd like
A clear and concise description of what you want to happen.
In annonymous apex scripts, I would like to have methods that were defined to be inculded in autocompletion.
In anonymous apex script, I would also like to have parameters included in autocompletion inside method.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Writing apex scripts inside function in apex class. THis solution is prone to error as it can be deployed by mistake
Additional context
Add any other context or screenshots about the feature request here.
Under #5312 it was suggested to convert ticket from issue to feature request
Beta Was this translation helpful? Give feedback.
All reactions