This extension allows Salesforce developers to quickly preview the value of a CustomLabel directly in the editor by hovering over its usage in Apex or LWC code.
✨ Features
✅ Hover Preview: Hover over System.Label.LabelName (Apex) or @salesforce/label/c.LabelName (LWC) to see the label’s value.
🔍 Retrieve Missing Labels: If the label is not found locally, you can retrieve it from the currently authenticated Salesforce org with a single click.
♻️ Refresh Value: Update a label’s value from the org by clicking the Refresh from Salesforce button in the hover popup.
📋 Copy to Clipboard: Instantly copy the full label value using the Copy button in the hover popup.
⚙️ Fully Configurable: Users can modify extension behavior from VS Code’s settings panel.
⚙️ Configuration Options
You can customize the extension behavior by going to: