https://github.com/jsmithdev/soqe
Salesfore Object Query Extension (saké)
https://github.com/jsmithdev/soqe
Last synced: about 1 month ago
JSON representation
Salesfore Object Query Extension (saké)
- Host: GitHub
- URL: https://github.com/jsmithdev/soqe
- Owner: jsmithdev
- License: mit
- Created: 2020-02-24T04:54:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:35:33.000Z (over 3 years ago)
- Last Synced: 2025-01-28T23:15:18.360Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.1 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOQE (saké) 🦄
## Salesforce Object Query Extension
Free to install [here on the VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=jamiesmiths.soqe)

### Features
- view Salesforce data quickly & easily in vs code
- have potential to use data for LWC/Node/JS testing, scratch pads, etc
- choose to save to look back at what was queried before
- saves under {PROJECT ROOT}/.soql
- run in a SFDX project w/o any extra config
- works in any project as long as `{PROJECT ROOT}/.sfdx/sfdx-config.json` contains a `defaultusername` key/value -- for integrations, etc
- surfaces a message when no `defaultusername` is found
- attempts to surface only the important parts of error messages from sfdx (if need be)
### Hotkeys
- inside the text editor, you can hit `Ctrl+Enter` to run the query
- inside the text editor, you can hit `Ctrl+Shift+Enter` to run the query & save it
---
Made with 💙 by [Jamie Smith](https://jsmith.dev)