function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
James George 717James George 717 

VS Code Editor (Ability to Group Apex Methods)

Hi Friends,
Let me know if there is any way I can see the Methods in the Apex Class Grouped on a side bar, so I can naviagte between methods without scrolling the lines of code.

Currently whole apex class file is loaded as a flat file editorwith minimum indentation between the methods.

Let me know your comments.

Thanks,
JG
 
VinayVinay (Salesforce Developers) 
Hi James,

I am afraid this might not be possible to group methods in VS code editor.

Thanks,
James George 717James George 717
Thanks Vinay, do you think it's a drawback of VS-Code editor compared to Eclipse or RAD,
Not sure if any apex extensions are available in the market.
Let me know if you find something.

Thanks,
JG
 
VinayVinay (Salesforce Developers) 
Found below vs code extensions.

https://developer.salesforce.com/tools/vscode/en/getting-started/recommended-extensions/
https://salesforceway.com/blog/top-10-vscode-extensions-for-salesforce/

Please mark as Best Answer if above information was helpful so that it can help others in the future.

Thanks,
James George 717James George 717
Hi Vinay,
Thanks for checking and tried Prettier, still not got the intended behavior I am looking for.

Thanks,
JG
tr vibestr vibes
Thanks for checking and tried Prettier, still not got the intended behavior I am looking for.
https://trvibes.xyz/
Aayush Gupta 6Aayush Gupta 6
VS code editor may not solve the problem but you can refer here for more information ExploringBits (https://exploringbits.com/)
Nitin NamdeoNitin Namdeo

Not possible with VSCE, instead try with GNU Emacs. Or you can check https://succedict.com/ (https://succedict.com)