``` Add-Type -AssemblyName System.Windows.Forms $form = New-Object System.Windows.Forms.Form $form. ``` Paste this into a ps1 file in vs code. I get no intellisense `$form.`. If I retype each line, then `$form.` shows intellisense.