Autocomplete not working for implicitly imported Schema namespace #5782
Replies: 2 comments
-
Hi @Feldhacker - Thanks for the feedback. You do currently have to qualify the namespaces as you experienced. We'll consider this enhancement in the future as we tackle namespace-related items. |
Beta Was this translation helpful? Give feedback.
-
Hey @smaddox-sf , I was wondering if there's any plans of getting this enhancement in? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
The Schema namespace is implicitly imported by Salesforce but is not available for autocompletion.
Steps To Reproduce:
Expected result
Autocomplete should work as expected for classes in the Schema namespace without having to fully-qualify them.
Actual result
Autocomplete is not available.
Additional information
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_schema_namespace_using.htm
VS Code Version: 1.46.0
SFDX CLI Version: sfdx-cli/7.60.0-e2bb2907cb win32-x64 node-v10.15.3
OS and version: Windows 10 Enterprise 1809
Beta Was this translation helpful? Give feedback.
All reactions