Last active
March 16, 2023 13:44
-
-
Save sudhakar6/2e10c3193c7c7869fc2f0200b71d6de3 to your computer and use it in GitHub Desktop.
Enable "Go to Definition" and "Peek Definition" on VSCode for Salesforce
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The suggested solutions in this link worked for me: https://github.com/forcedotcom/salesforcedx-vscode/issues/1732 | |
To configure this we need a specific JAVA version , here https://developer.salesforce.com/tools/vscode/en/vscode-desktop/java-setup here we can see which java version Salesforce Apex Language Server currently supports. | |
Java on mac and hwo to check them is discussed here: https://stackoverflow.com/questions/36766028/see-all-the-java-versions-installed-on-mac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment