Quantcast
Channel: SAPIEN Forums
Viewing all articles
Browse latest Browse all 311

PowerShell Studio • Auto completes dont work properly with () [] & {}

$
0
0
Product: PowerShell Studio 2023 (64 Bit)
Build: v5.8.233
OS: Windows 10.0.19045
PS Version(s): 5.1.19041.1, 7.3.4, 7.3.4


If you type or you add a statement ()[] but not so much {} they get... confused
If you type want and try to type

Code:

if(-not[System.IO.File](file.txt)) { Write-Output }
you actually get

Code:

if(-not[System.IO.File](file.txt) { Write-Output }
etc it does not only happen with if statement. If your typing a like [System.Collections.Concurrent.ConcurrentBag`1[object]] that does not work out ever on the first type and your constantly re-editing.

Cordially,
Wøødy

Statistics: Posted by Woody_033 — Tue Nov 14, 2023 4:29 pm — Replies 1 — Views 59



Viewing all articles
Browse latest Browse all 311

Trending Articles