anzwdev / al-code-outline

AL Code Outline for Visual Studio Code
MIT License
51 stars 13 forks source link

Add multiple fields does not display any fields with "using" directives. #600

Open jcallaghan-sysco opened 1 month ago

jcallaghan-sysco commented 1 month ago

Description

Add multiple fields code action does not display any fields after adding a "using" directive different to the current namespace.

Reproduce

To reproduce, create a page with a "using" namespace different to its own. Add multiple fields shows no fields. image

Removing the using statement shows the fields. image

Adding a using statement for the current namespace shows the fields. image

Expected Behaviour

To not use the current namespace as a redundant using.