Skip to content
New issue

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 does not include the sustom SObject suffix (__c) #592

Closed
renatoliveira opened this issue Aug 22, 2018 · 3 comments
Closed

Autocomplete does not include the sustom SObject suffix (__c) #592

renatoliveira opened this issue Aug 22, 2018 · 3 comments
Labels
type:feedback Feedback for new features

Comments

@renatoliveira
Copy link
Contributor

Summary

Autocomplete displays custom SObject API name without the __c suffix.

Steps To Reproduce:

  1. Using change set-based tools, connect to an organization that has at least one custom SObject.
  2. Edit any class and start typing the name of the SObject, as you would when instancing a new one.
  3. When typing the SObject API name, autocomplete shows the name but without the suffix.

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)

@vazexqi
Copy link
Contributor

vazexqi commented Aug 22, 2018

@renatoliveira
Copy link
Contributor Author

@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.

@vazexqi
Copy link
Contributor

vazexqi commented Aug 22, 2018

@ntotten - We might need to make this step more transparent. Or make the sobject language server completely more offline as wlel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feedback Feedback for new features
Projects
None yet
Development

No branches or pull requests

3 participants