Intellisense not working with kwargs

Hi everyone, I am using VS Code (windows 10) with the Julia extension, however I have a problem with code auto completion. As you can see in the first image, when I enter the positional arguments IntelliSense works fine and show me the fields names, but as soon as I start typing the kwargs I get nothing (I know kwargs can have interchangeable positions but at least I get the name of the field). Can you help me please ? I tried uninstalling and installing the Julia extension, set the Julia executable-path to the (Windows app path where the Julia.exe is located cuz I installed it using the windows store using CMD) but nothing worked.

image 1:
gen1

image 2:
gen2