Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/preziosiraffaele/salesforce-productivity-burst
VsCode Extension - Salesforce Productivity Burst
https://github.com/preziosiraffaele/salesforce-productivity-burst
salesforce vscode-extension
Last synced: about 1 month ago
JSON representation
VsCode Extension - Salesforce Productivity Burst
- Host: GitHub
- URL: https://github.com/preziosiraffaele/salesforce-productivity-burst
- Owner: PreziosiRaffaele
- License: mit
- Created: 2022-04-15T10:46:25.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-09-01T19:10:06.000Z (about 1 year ago)
- Last Synced: 2024-10-14T18:22:24.287Z (about 1 month ago)
- Topics: salesforce, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=RaffaelePreziosi.apexgetcoverage
- Size: 1.42 MB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Salesforce Productivity Burst
**Boost your productivity** on Salesforce with new VsCode commands.
(Contact me on [My Linkedin](https://www.linkedin.com/in/raffaele-preziosi-5835ba186/) for any ideas or suggestions)
## Quick opening metadata in SFDC from xml files.
- **Instructions:**
1. Run the command SPB:Refresh Metadata (It will cache all the necessary data)
2. Open a supported metadata in VSCode
3. Click search icon in the status bar> *Supported Metadata: flow, field, validation Rule, quickAction, flexi page, profile, permission set, permission set group, class, trigger, recordtype, layout*
![Recording of opening on Salesforce](https://raw.githubusercontent.com/PreziosiRaffaele/SalesforceProductivityBurst/master/OpenOnSalesForceDemo.gif)
## Get Total Coverage and single methods test coverage of your Apex Classes/Triggers as in Salesforce Developer Console.
- **Instructions:**
1. Run Apex test from VsCode
2. Open Apex class to check and Run command "SPB: Get Coverage"
3. Select the name test method and highlight covered/uncovered lines* Change the colors of highlighted lines from vscode preferences to fit perfectly your vscode theme.
> *Tip: disable retrieve-test-code-coverage from settings to speed up your test.*
![Recording of Apex Get Coverage](https://raw.githubusercontent.com/PreziosiRaffaele/SalesforceProductivityBurst/master/demo.gif)
## Quick activating of debug logging for your User, Automated Process, Integration Platform User.
- **Instructions:**
1. Run command "SPB: Create Trace Flag"
2. Select your user or Automated Process or Platform Integration User
3. Select Debug Level
4. The entity will be tracked during 1 hour (check in your status bar the expiration date)> *Other commands: Disable Active trace flag, Delete all Apex Logs*
![Recording of create trace flag](https://github.com/PreziosiRaffaele/SalesforceProductivityBurst/blob/master/createTraceFlagDemo.gif?raw=true)