We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocomplete displays custom SObject API name without the __c suffix.
__c
Autocomplete should show the SObject API name with the suffix.
Autocomplete displayed the SObject API name without the suffix.
Considering a custom object called "Lightning Test", with LightningTest__c as its API name:
LightningTest__c
This could be related to #575.
VS Code Version:
Version 1.26.1 (1.26.1)
SFDX CLI Version:
sfdx-cli/6.29.0-0a2482692c (darwin-x64) node-v8.9.4
OS and version:
MacOS High Sierra - 10.13.6 (17G65)
The text was updated successfully, but these errors were encountered:
@renatoliveira - Did you do this step (https://github.com/forcedotcom/salesforcedx-vscode/tree/develop/packages/salesforcedx-vscode-apex#enable-code-smartness-for-sobjects) to bring in the SObject definitions?
Sorry, something went wrong.
@vazexqi I didn't. Now that I did, it really shows the correct API name. Sorry for the trouble!
I think I might have used this if I were working on a DX project previously. This could be linked on the wiki entry about the change set-based tool.
@ntotten - We might need to make this step more transparent. Or make the sobject language server completely more offline as wlel.
No branches or pull requests
Summary
Autocomplete displays custom SObject API name without the
__c
suffix.Steps To Reproduce:
Expected result
Autocomplete should show the SObject API name with the suffix.
Actual result
Autocomplete displayed the SObject API name without the suffix.
Additional information
Considering a custom object called "Lightning Test", with
LightningTest__c
as its API name:This could be related to #575.
VS Code Version:
Version 1.26.1 (1.26.1)
SFDX CLI Version:
sfdx-cli/6.29.0-0a2482692c (darwin-x64) node-v8.9.4
OS and version:
MacOS High Sierra - 10.13.6 (17G65)
The text was updated successfully, but these errors were encountered: