Replies: 3 comments
-
Thanks for opening this @mnunezdm . This is a currently a limitation with the Apex language server which we're looking into. |
Beta Was this translation helpful? Give feedback.
-
@mnunezdm I agree this is an annoying bug. While we are working on making this better, as a workaround you could temporarily set |
Beta Was this translation helpful? Give feedback.
-
I had a feature request in that direction: ignore namespace configured in project.json for auto completion. but cannot find it anymore for the love of god. |
Beta Was this translation helpful? Give feedback.
-
Summary
When developing in a workspace component, I've told that is a best practice to don't add the namespace suffix to any of data, in order to let the code to be deployed to any place when it's necessary.
The problem is, that doing these, makes it impossible to autocomplete anything
Steps To Reproduce:
Expected result
Autocompletion should work for both cases, trying to reference it with the namespace and without it
Actual result
Autocompletion is not working for that class, instead, you need to add the namespace.class to get it working
Additional information
VS Code Version: 1.32.3
SFDX CLI Version: 45.7.0
OS and version: Windows 10
Beta Was this translation helpful? Give feedback.
All reactions