Skip to content

Instantly share code, notes, and snippets.

@jsmithdev
Created May 8, 2020 16:15
Show Gist options
  • Save jsmithdev/818a26ed9eab3b1339d533506dd64640 to your computer and use it in GitHub Desktop.
Save jsmithdev/818a26ed9eab3b1339d533506dd64640 to your computer and use it in GitHub Desktop.
vs code + salesforce: If you pull down whole org metadata and only want search to find only references in code
{
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/.sfdx": true,
"**/.history": true,
},
"search.include": {
"**/apex": true,
"**/aura": true,
"**/lwc": true,
"**/pages": true,
"**/components": true,
"**/triggers": true,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment