microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
733 stars 243 forks source link

Intellisense doesn't work when using global object enum for enum #7545

Closed mjmatthiesen closed 8 months ago

mjmatthiesen commented 11 months ago

Please include the following with each issue:

1. Describe the bug When using intellisense on an enum with the global object prefix, it won't show any suggestions. This worked in previous versions.

2. To Reproduce Steps to reproduce the behaviour:

  1. Use the code below, move cursor to period, press ctrl+space after the period.
    local procedure Example()
    begin
        Enum::"Sales Comment Document Type".
    end;

3. Expected behaviour Show suggestions as it does when not using the object enum. image

4. Actual behaviour No suggestions are shown.

image

5. Versions:

Final Checklist

Please remember to do the following:

JesperSchulz commented 8 months ago

The fix for this issue has been checked in to the master branch. It will be available in the bcinsider.azurecr.io/bcsandbox-master Docker image starting from platform build number 24.0.15279.0 and VS Code Extension Version 13.0.924484.

If you don’t have access to these images you need to become part of the Ready2Go program: aka.ms/readytogo

For more details on code branches and docker images please read: https://blogs.msdn.microsoft.com/nav/2018/05/03/al-developer-previews-multiple-releases-and-github/ https://freddysblog.com/2020/06/25/working-with-artifacts/